Skip to content

Commit

Permalink
Fixed the navigation bar logo (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy0318 authored Dec 14, 2024
1 parent 5a9a5c6 commit 8169848
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 @@ -20,7 +20,7 @@
<nav class="navbar">
<div class="container navbar-container">
<a href="index.html" class="logo-container">
<img src="" alt="Logo" class="logo">
<img src="./assets/images/logos/logo1.png" alt="Logo" class="logo">
<span class="logo-text">Eventica</span>
</a>
<div class="nav-items">
Expand Down

0 comments on commit 8169848

Please sign in to comment.