From f2c5f691e2e29402fb2c191d8d3c0359b5b34ce5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:27:00 +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 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 = ({ -- 2.49.1