We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8dfd8c commit 46fa943Copy full SHA for 46fa943
website/src/components/How/How.tsx
@@ -6,7 +6,8 @@ export const How = () => {
6
<div>
7
<h2>Want to learn how to make components like this one?</h2>
8
<p>
9
- I'm working on a course about animations on the web, you can check it out{' '}
+ I created an animations course in which I share everything I know about motion on the web. You can check it
10
+ out{' '}
11
<a href="https://animations.dev/" target="_blank" style={{ textDecoration: 'underline' }}>
12
here
13
</a>
0 commit comments