Skip to content

Commit ae7aba8

Browse files
committed
💬 Update package desc
1 parent b2ad783 commit ae7aba8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

website/src/pages/home.tsx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,18 @@ export function Home() {
1616
alt="React Dot Cursor Logo"
1717
/>
1818
<h1 className="text-4xl font-bold mb-2">React dot Cursor</h1>
19-
<p className="text-lg mb-6 text-center">An opinionated cursor component animated with Motion for React.</p>
19+
<p className="text-lg mb-6 text-center">
20+
A fully customizable cursor component animated with{' '}
21+
<a
22+
className="text-primary underline-offset-4 hover:underline"
23+
href="https://motion.dev"
24+
target="_blank"
25+
rel="noopener noreferrer"
26+
>
27+
Motion
28+
</a>{' '}
29+
for React.
30+
</p>
2031
<div className="flex space-x-4 mb-8 ">
2132
<Button className="documentation" asChild>
2233
<Link to="/docs">Documentation</Link>

0 commit comments

Comments
 (0)