From 82de06b1bda8a9213d1147029e8a404084bf486e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 10 Feb 2022 16:55:45 +0100 Subject: fix: typo in branding animation --- src/components/Branding/Branding.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/Branding/Branding.tsx b/src/components/Branding/Branding.tsx index 517deb8..4ec52c3 100644 --- a/src/components/Branding/Branding.tsx +++ b/src/components/Branding/Branding.tsx @@ -42,7 +42,7 @@ const Branding: BrandingReturn = ({ isHome = false }) => { if (jobRef.current) { jobRef.current.style.setProperty( '--branding-job-animation', - 'branding-job-typing 7s linear 0s 1, Blink 0.8s ease-in-out 5s 3' + 'branding-job-typing 7s linear 0s 1, blink 0.8s ease-in-out 5s 3' ); } }, []); -- cgit v1.2.3