Skip to content

Commit 2da046b

Browse files
authored
Merge pull request #4 from vansh-codes/master
Fixed cursor style on npm command #3
2 parents 567ffef + 7b131e7 commit 2da046b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function HomepageHeader() {
5252
setIsCopied(false);
5353
}, 3000)
5454
}}
55-
style={{color: "#333", padding: 16, backgroundColor: "#fff", cursor: "copy"}}
55+
style={{color: "#333", padding: 16, backgroundColor: "#fff", cursor: "pointer"}}
5656
>
5757
npm install react-chatbotify --save 📋
5858
</code>

0 commit comments

Comments
 (0)