From 660ccb06622157c708de98c1fc2995b69657615d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:38:29 +0000 Subject: [PATCH] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- src/components/shared/SvgTextLogo/SvgTextLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 8893808..a16946b 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ export interface SvgTextLogoProps { fontFamily?: string; fontWeight?: number | string; fill?: string; - dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'text-bottom' | 'text-top'; + dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'text-before-edge' | 'text-after-edge'; textAnchor?: 'start' | 'middle' | 'end'; className?: string; children?: ReactNode;