From 391db3accbb61103da1c727b8a53a63fcb0b401d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:26:12 +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 2641a90..5a07773 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -4,7 +4,7 @@ interface SvgTextLogoProps { text: string; className?: string; textClassName?: string; - dominantBaseline?: 'auto' | 'text-bottom' | 'middle' | 'central' | 'hanging' | 'inherit'; + dominantBaseline?: 'auto' | 'alphabetic' | 'middle' | 'central' | 'hanging' | 'inherit'; } const SvgTextLogo: React.FC = ({