From fbd86ac58762f18949993587491fcaa42314a09f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:14:36 +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 3087e98..1230f43 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-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging'; + dominantBaseline?: 'auto' | 'middle' | 'alphabetic' | 'ideographic' | 'central' | 'mathematical' | 'hanging' | 'text-before-edge' | 'text-after-edge'; } export const SvgTextLogo: React.FC = ({ -- 2.49.1