Skip to content

Commit 7c1d2df

Browse files
authored
Merge branch 'cursorify:main' into main
2 parents a911b24 + 7a0578e commit 7c1d2df

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/cursorify-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Refer to the description of each option below.
1717
- breakpoint: You can set breakpoint to disable in mobile size.
1818

1919
```tsx
20-
import { CursorifyProvider, EmojiCursor } from '@cursorify/react'
20+
import { CursorifyProvider, DefaultCursor } from '@cursorify/react'
2121

2222
const App = () => {
2323
return (

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@cursorify/cursors": "^0.0.37",
19-
"@cursorify/react": "^0.0.38",
19+
"@cursorify/react": "^0.0.39",
2020
"@docusaurus/core": "2.4.0",
2121
"@docusaurus/preset-classic": "2.4.0",
2222
"@emotion/react": "^11.10.6",

0 commit comments

Comments
 (0)