From b2c4ece9ddec00a6a8863c03f8044f69c5cdf04b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 00:44:58 +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 9be1f2c..d2b3f94 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps { fontSize?: number; fontWeight?: string | number; letterSpacing?: number; - dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'text-after-edge' | 'alphabetic' | 'ideographic' | 'mathematical' | 'inherit'; + dominantBaseline?: 'auto' | 'text-before-edge' | 'hanging' | 'middle' | 'central' | 'text-after-edge' | 'alphabetic' | 'ideographic' | 'mathematical' | 'inherit'; } const SvgTextLogo: React.FC = ({