We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e720da1 commit 88c3dbfCopy full SHA for 88c3dbf
1 file changed
src/lib/Topbar.svelte
@@ -78,7 +78,7 @@
78
<span class="hidden sm:block">Edit</span>
79
</a>
80
<button
81
- class="bg-black/45 p-2 rounded-lg py-1 flex items-center gap-2 hover:text-stone-100 aspect-square sm:aspect-auto focus-visible:outline-2 focus-visible:outline-dph-orange"
+ class="bg-black/45 p-2 rounded-lg py-1 flex items-center gap-2 hover:text-stone-100 aspect-square sm:aspect-auto focus-visible:outline-2 focus-visible:outline-dph-orange cursor-pointer"
82
aria-label="Copy URL"
83
onclick={copyUrl}>
84
<IconShare />
0 commit comments