Skip to content

Commit

Permalink
#81 Fix logo link
Browse files Browse the repository at this point in the history
  • Loading branch information
nck974 committed Nov 9, 2024
1 parent d982c1c commit 086a06a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="logo-container">
<a href="{{isLink ? 'home' : null}}">
<a href="{{isLink ? '/#/home' : null}}">
<img class="logo" src="assets/logo/logo_transparent.png"
alt="Logo" >
</a>
Expand Down

0 comments on commit 086a06a

Please sign in to comment.