summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Shared/_Layout.cshtml
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-08 20:00:28 -0400
committerMichael <[email protected]>2017-04-08 20:00:28 -0400
commite536a7c1d5351896728f6952ed3c86f2ad007bf3 (patch)
tree9765c72278e813ff900254935cb646cb0bdbbc7d /Project-Unite/Views/Shared/_Layout.cshtml
parent8dea567c4c9f0647f2bb77bc0643f172f4498979 (diff)
downloadproject-unite-e536a7c1d5351896728f6952ed3c86f2ad007bf3.tar.gz
project-unite-e536a7c1d5351896728f6952ed3c86f2ad007bf3.tar.bz2
project-unite-e536a7c1d5351896728f6952ed3c86f2ad007bf3.zip
Add logo to navbar.
Diffstat (limited to 'Project-Unite/Views/Shared/_Layout.cshtml')
-rw-r--r--Project-Unite/Views/Shared/_Layout.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml
index 07395c2..af3b4aa 100644
--- a/Project-Unite/Views/Shared/_Layout.cshtml
+++ b/Project-Unite/Views/Shared/_Layout.cshtml
@@ -30,7 +30,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- @Html.ActionLink("ShiftOS", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
+ <a href="@Url.Action("Index", "Home")" class="navbar-brand"><img src="https://cdn.discordapp.com/emojis/276479128574623745.png" style="width:auto;height:auto; max-width:48px;" /></a>"
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">