diff --git a/frontend/src/components/HomeComponents/Hero/Hero.tsx b/frontend/src/components/HomeComponents/Hero/Hero.tsx index 5bf4ef83..c57d51a8 100644 --- a/frontend/src/components/HomeComponents/Hero/Hero.tsx +++ b/frontend/src/components/HomeComponents/Hero/Hero.tsx @@ -3,6 +3,7 @@ import { CopyButton } from './CopyButton'; import { ToastNotification } from './ToastNotification'; import { useState } from 'react'; import { Eye, EyeOff } from 'lucide-react'; +import { AnimatedHeroGlow } from '@/components/utils/AnimatedHeroGlow'; export const Hero = (props: Props) => { const [showUuid, setShowUuid] = useState(true); @@ -94,7 +95,7 @@ export const Hero = (props: Props) => { -
+ diff --git a/frontend/src/components/HomeComponents/Hero/__tests__/__snapshots__/Hero.test.tsx.snap b/frontend/src/components/HomeComponents/Hero/__tests__/__snapshots__/Hero.test.tsx.snap index 1147dc0c..25866f78 100644 --- a/frontend/src/components/HomeComponents/Hero/__tests__/__snapshots__/Hero.test.tsx.snap +++ b/frontend/src/components/HomeComponents/Hero/__tests__/__snapshots__/Hero.test.tsx.snap @@ -167,7 +167,9 @@ exports[`Hero component using snapshot renders correctly 1`] = `