Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski committed Mar 5, 2024
1 parent 866bdbd commit c001c10
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions website/src/components/How/How.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,17 @@ import React from 'react';

export const How = () => {
return (
<div>
<h2>How is it made?</h2>
<p>
You can read about why and how it was built{' '}
<a
href="https://emilkowal.ski/ui/building-a-toast-component"
target="_blank"
style={{ textDecoration: 'underline' }}
>
here
</a>
.
</p>
</div>
<>
<div>
<h2>Want to learn how to make components like this one?</h2>
<p>
I&apos;m working on a course about animations on the web, you can check it out{' '}
<a href="https://animations.dev/" target="_blank" style={{ textDecoration: 'underline' }}>
here
</a>
.
</p>
</div>
</>
);
};

0 comments on commit c001c10

Please sign in to comment.