We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ad783 commit ae7aba8Copy full SHA for ae7aba8
website/src/pages/home.tsx
@@ -16,7 +16,18 @@ export function Home() {
16
alt="React Dot Cursor Logo"
17
/>
18
<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>
+ <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>
31
<div className="flex space-x-4 mb-8 ">
32
<Button className="documentation" asChild>
33
<Link to="/docs">Documentation</Link>
0 commit comments