Skip to content

Commit

Permalink
fix: logo redirects to homepage (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
JollyJolli authored Oct 21, 2024
2 parents 82b70f8 + f37b211 commit c4e5797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
<header>
<div>
<a
href="#"
href="/index.html"
id="titleLink"
class="header-title"
aria-label="HacktoberWall Home"
style="cursor: default"
style="cursor: pointer"
>
HacktoberWall
</a>
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
<img id="flyingGhost" src="../src/img/flying ghost.webp" alt="Flying Ghost" style="display:none;" loading="lazy" />
<div>
<a
href="#"
href="/index.html"
id="titleLink"
class="header-title"
aria-label="HacktoberWall Home"
style="cursor: default"
style="cursor: pointer"

>
HacktoberWall
Expand Down

0 comments on commit c4e5797

Please sign in to comment.