Skip to content

Commit

Permalink
Fix logo navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Aug 13, 2024
1 parent 63816bc commit d333a22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/base.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default '/neged-roulette-frontend/'
3 changes: 2 additions & 1 deletion src/components/Logo.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import base from 'base'
import HashLink from 'components/HashLink'

export default function () {
return (
<HashLink href="/">
<HashLink href={base}>
<p className="font-script text-hat text-3xl hover:hue-rotate-15 transition-all drop-shadow-md">
negeD Hat
</p>
Expand Down

0 comments on commit d333a22

Please sign in to comment.