Skip to content

Commit

Permalink
fix: arrow position
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaFZ committed Jan 18, 2024
1 parent 1c01378 commit 4d8ba15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,5 @@
"A2": "A2",
"C1": "C1"
}
},
"Metadata": {
"Title": "Home | Portfolio"
}
}
2 changes: 1 addition & 1 deletion app/ui/header/arrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Arrow() {
return (
<Link
href="#content"
className="absolute bottom-10"
className="absolute bottom-5"
aria-label="main content"
>
<div className="w-0 h-0 border-x-8 border-x-transparent border-t-[16px] border-white cursor-pointer animate-bounce"></div>
Expand Down

0 comments on commit 4d8ba15

Please sign in to comment.