diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 015ed20..228e9b3 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -9,7 +9,7 @@ interface SvgTextLogoProps { fill?: string; letterSpacing?: number; textAnchor?: "start" | "middle" | "end"; - dominantBaseline?: "hanging" | "middle" | "baseline" | "auto"; + dominantBaseline?: "hanging" | "middle" | "alphabetic" | "auto"; } const SvgTextLogo = ({