diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 3e4518f..7aad40a 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -31,7 +31,7 @@ const SvgTextLogo: React.FC = ({ fontWeight={fontWeight} letterSpacing={letterSpacing} textAnchor={textAnchor} - dominantBaseline={dominantBaseline} + dominantBaseline={dominantBaseline as "auto" | "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "text-before-edge" | "middle" | "central" | "text-after-edge" | "use-script" | "no-change" | "reset-size"} className="fill-current" > {text}