Skip to content

Commit

Permalink
Fixing NavBar Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
O662 committed Dec 27, 2024
1 parent b1d8eca commit 43e517f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion navbar.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<nav class="navbar">
<img src="Images\Turtle Logo outline.png" alt="Logo" class="navbar-logo">
<img src="Images\Turtle Logo outline.png?cache-bust=<?= time() ?" alt="Logo" class="navbar-logo">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="pAbout.html">About</a></li>
Expand Down

0 comments on commit 43e517f

Please sign in to comment.