Skip to content

Commit

Permalink
Small a11y improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
timomeh committed Mar 10, 2024
1 parent 8fb2dc9 commit 2b624e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/comps/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function Header() {
>
<div className="relative">
<Link
title="Go to home"
href="/"
className="relative block size-full rotate-0 select-none transition-transform ease-in-out
motion-safe:hover:-rotate-3 motion-safe:hover:scale-110
Expand Down
1 change: 1 addition & 0 deletions src/comps/social-box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export function SocialBox({ floating }: Props) {
</div>
</a>
<Link
title="Feeds"
href="/feeds"
className="-mx-1 -my-2 px-1 py-2 opacity-70 transition-opacity hover:opacity-100"
>
Expand Down

0 comments on commit 2b624e9

Please sign in to comment.