From 087cd0a8ec859ef9fb99c99d43837a386228a8db Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:24:10 +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 e000a88..2fe8339 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -3,7 +3,7 @@ import React from 'react'; interface SvgTextLogoProps { text: string; className?: string; - dominantBaseline?: 'auto' | 'baseline' | 'ideographic' | 'mathematical' | 'central' | 'middle' | 'hanging'; + dominantBaseline?: 'auto' | 'alphabetic' | 'ideographic' | 'mathematical' | 'central' | 'middle' | 'hanging'; } const SvgTextLogo: React.FC = ({ -- 2.49.1