From c001c107f0796bdac1b844e6b800ae54b0d52bbe Mon Sep 17 00:00:00 2001 From: emilkowalski Date: Tue, 5 Mar 2024 02:10:38 +0100 Subject: [PATCH] updates --- website/src/components/How/How.tsx | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/website/src/components/How/How.tsx b/website/src/components/How/How.tsx index d0d566d..6bee34b 100644 --- a/website/src/components/How/How.tsx +++ b/website/src/components/How/How.tsx @@ -2,19 +2,17 @@ import React from 'react'; export const How = () => { return ( -
-

How is it made?

-

- You can read about why and how it was built{' '} - - here - - . -

-
+ <> +
+

Want to learn how to make components like this one?

+

+ I'm working on a course about animations on the web, you can check it out{' '} + + here + + . +

+
+ ); };