diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index b87b919..10cfda8 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -5,7 +5,7 @@ interface SvgTextLogoProps { className?: string; fillColor?: string; fontSize?: number; - dominantBaseline?: 'hanging' | 'middle' | 'auto' | 'baseline' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'mathematical' | 'central'; + dominantBaseline?: 'hanging' | 'middle' | 'auto' | 'alphabetic' | 'ideographic' | 'mathematical' | 'central' | 'text-before-edge' | 'text-after-edge'; } export const SvgTextLogo: React.FC = ({