Skip to content

Commit

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

0 comments on commit a8ce56e

Please sign in to comment.