Skip to content

Commit ae1adf8

Browse files
feat(ui): Add cursor pointer to copy button for better interaction (#2022)
1 parent 14d7e68 commit ae1adf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/routes/_view/download/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function HomebrewCard() {
150150
<button
151151
onClick={handleCopy}
152152
className={cn([
153-
"flex items-center justify-center transition-all relative",
153+
"cursor-pointer flex items-center justify-center transition-all relative",
154154
"ml-2 px-2 py-1 rounded",
155155
copied
156156
? ["opacity-100 text-green-600"]

0 commit comments

Comments
 (0)