Skip to content

Commit

Permalink
fix: tabindex on titlebar logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferothefox committed Jun 26, 2023
1 parent f2214ba commit 8194538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Native/Titlebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const Titlebar = () => {
<div className="absolute top-0 left-0 flex h-full">
<Link
href="/"
tabIndex={-1}
className="group flex items-center gap-2 transition duration-150 hover:scale-95 hover:active:scale-90 p-2 !cursor-default"
>
<Image
Expand Down

0 comments on commit 8194538

Please sign in to comment.