Skip to content

Commit

Permalink
fixed navbar logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
iaayushmaan committed Jul 1, 2024
1 parent 2cd5875 commit 25feb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<header>
<nav class="nav" id="nav">
<div>
<a class="navbar-brand" href="#!"> <img src="logo.png" alt="Logo" class="logo" /></a>
<a class="navbar-brand" href="/"> <img src="logo.png" alt="Logo" class="logo" /></a>
</div>
<div class="nav-links" id="navLinks">
<ul class="links" id="navmenu">
Expand Down

0 comments on commit 25feb9a

Please sign in to comment.