summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/Branding/Branding.tsx2
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'
);
}
}, []);