Skip to content

Commit 2c95835

Browse files
committed
Updating image on main launcher page
1 parent 1a615c3 commit 2c95835

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

launcher-csharp/Views/Home/Index.cshtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
Boolean.TryParse(ViewData["showDoc"].ToString(), out showDoc);//ViewBag.ShowDoc;
77
Layout = "_HomeLayout";
88
}
9-
<div class="jumbotron">
9+
<div class="jumbotron" style="background-color: #210058!important">
1010
<table>
1111
<tbody>
1212
<tr>
1313
<td>
14-
<h1 class="display-4">C# Launcher</h1>
14+
<h1 class="display-4" style="background-color: #210058!important">C# Launcher</h1>
1515
<p class="Xlead">
1616
@Html.Raw(ViewBag.SupportingTexts.HomePageText)
1717
</p>
1818
</td>
1919
<td>
20-
<img src="/images/banner-code.PNG" />
20+
<img src="/images/header.PNG" />
2121
</td>
2222
</tr>
2323
</tbody>
-52.3 KB
Binary file not shown.
83.4 KB
Loading

0 commit comments

Comments
 (0)