diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-02-10 16:55:45 +0100 | 
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-02-10 16:55:45 +0100 | 
| commit | 82de06b1bda8a9213d1147029e8a404084bf486e (patch) | |
| tree | 1ccb35cfa1a4e40be10301cdc2a151c4666d544f | |
| parent | 82e387d33fc296b1e5a08fef17bcd4595e0c7071 (diff) | |
fix: typo in branding animation
| -rw-r--r-- | src/components/Branding/Branding.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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'        );      }    }, []); | 
