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

This commit is contained in:
2026-03-10 20:44:09 +00:00
parent 5d6e2eda92
commit bb5bd9fce6

View File

@@ -5,7 +5,7 @@ interface SvgTextLogoProps extends SVGProps<SVGSVGElement> {
fontSize?: number;
fontWeight?: "normal" | "bold" | "lighter" | "bolder" | number;
fill?: string;
dominantBaseline?: "auto" | "baseline" | "before-edge" | "hanging" | "ideographic" | "mathematical" | "central" | "middle" | "after-edge" | "text-after-edge";
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> = ({