Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx

This commit is contained in:
2026-03-12 20:07:18 +00:00
parent b06e109b51
commit bf85a8487c

View File

@@ -6,7 +6,7 @@ interface SvgTextLogoProps {
fontSize?: number;
fontWeight?: number | string;
fill?: string;
dominantBaseline?: "auto" | "middle" | "hanging" | "text-bottom" | "alphabetic" | "central" | "mathematical" | "text-top" | "ideographic";
dominantBaseline?: "auto" | "inherit" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "text-before-edge" | "middle" | "central" | "text-after-edge" | "use-script" | "no-change" | "reset-size";
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({