diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index e3b3ec8..78eb3d3 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -7,7 +7,7 @@ interface SvgTextLogoProps { fontFamily?: string; fontWeight?: number | string; letterSpacing?: number; - dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'text-top' | 'text-bottom'; + dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'text-before-edge' | 'text-after-edge'; textAnchor?: 'start' | 'middle' | 'end'; }