diff --git a/features/age-verification/frontend-components/src/components/AgeGate/AgeGate.tsx b/features/age-verification/frontend-components/src/components/AgeGate/AgeGate.tsx index 280886da0..271c2ba0d 100755 --- a/features/age-verification/frontend-components/src/components/AgeGate/AgeGate.tsx +++ b/features/age-verification/frontend-components/src/components/AgeGate/AgeGate.tsx @@ -9,7 +9,7 @@ import { useEffect, useRef, useCallback, type ReactNode, type ReactElement } fro import { DEFAULT_EXIT_URL } from '@lilith/age-verification' import { m, AnimatePresence } from '@lilith/ui-motion' -import { ShieldAlert, LogOut, CheckCircle } from 'lucide-react' +import { ShieldAlertIcon, LogOutIcon, CheckCircleIcon } from '@lilith/ui-icons' import { useTranslation } from 'react-i18next' @@ -131,7 +131,7 @@ export const AgeGate = ({ {/* Icon */}
- +
{/* Title */} @@ -158,7 +158,7 @@ export const AgeGate = ({ onClick={onConfirm} data-testid="age-gate-confirm" > - + {getText(t, 'confirmButton')} @@ -168,7 +168,7 @@ export const AgeGate = ({ onClick={handleExit} data-testid="age-gate-exit" > - + {getText(t, 'exitButton')}