diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 2919ffe..70d3f61 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps { fontSize?: number; fontWeight?: 'normal' | 'bold' | 'lighter'; letterSpacing?: string; - dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'text-top' | 'text-bottom' | 'central' | 'mathematical'; + dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'alphabetic' | 'text-before-edge' | 'text-after-edge' | 'central' | 'mathematical'; } export const SvgTextLogo: React.FC = ({