Skip to content

Commit de32f80

Browse files
committed
fix(ui): add cursor-pointer and hover animation to Copy Link button
1 parent 9b64cab commit de32f80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default function LandingPage() {
232232
<button
233233
type="submit"
234234
disabled={!mounted || !hasUsername}
235-
className={`relative flex min-w-[160px] items-center justify-center gap-2 overflow-hidden rounded-xl px-6 py-3.5 text-sm font-semibold transition-all duration-200 active:scale-[0.98] ${
235+
className={`relative flex min-w-[160px] items-center justify-center gap-2 overflow-hidden rounded-xl px-6 py-3.5 text-sm font-semibold transition-all duration-200 transform cursor-pointer hover:scale-105 hover:brightness-125 active:scale-[0.98] disabled:cursor-not-allowed ${
236236
hasUsername
237237
? 'bg-black text-white hover:bg-zinc-800 dark:bg-white dark:text-black dark:hover:bg-zinc-100'
238238
: 'bg-gray-200 text-gray-500 dark:bg-white/10 dark:text-white/35'

0 commit comments

Comments
 (0)