Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
frontend.navbar: make logo link to home
Browse files Browse the repository at this point in the history
  • Loading branch information
div72 committed Sep 26, 2022
1 parent d8c80bd commit 90fc53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/navbar.ejs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="container-fluid">
<a class="navbar-brand mx-auto" href="#">
<a class="navbar-brand mx-auto" href="/">
<img class="navbar-brand-logo" src="public/oytwhitelogo.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
Expand Down

0 comments on commit 90fc53e

Please sign in to comment.