diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index c9104a7..ff07ddb 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps { fontWeight?: number | string; letterSpacing?: number; className?: string; - dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'text-bottom'; + dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'alphabetic' | 'text-after-edge'; } const SvgTextLogo: React.FC = ({