Skip to content

Commit

Permalink
Fix navbar branding link
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth committed Sep 20, 2023
1 parent 3992aed commit 3c11ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">Lost Mapper Tools</a>
<a class="navbar-brand" href="/">Lost Mapper Tools</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand Down

0 comments on commit 3c11ada

Please sign in to comment.