Skip to content

Commit

Permalink
adding href to CROBBER text in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
etcadinfinitum committed Apr 23, 2019
1 parent 4e1d108 commit 62b7943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/homepage.html
Expand Up @@ -7,7 +7,7 @@
</head>
<body>
<nav class="navbar sticky-top navbar-dark bg-dark">
<a class="navbar-brand">CROBBER</a>
<a class="navbar-brand" href="/">CROBBER</a>
<a class="navbar-brand" href="/logout">Craw :(</a>
</nav>

Expand Down

0 comments on commit 62b7943

Please sign in to comment.