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

This commit is contained in:
2026-03-10 20:36:17 +00:00
parent b32626868d
commit 608e81edbf

View File

@@ -10,7 +10,7 @@ interface SvgTextLogoProps {
fill?: string;
strokeWidth?: number;
stroke?: string;
dominantBaseline?: "hanging" | "middle" | "central" | "text-bottom" | "alphabetic" | "baseline";
dominantBaseline?: "hanging" | "middle" | "central" | "text-after-edge" | "alphabetic" | "ideographic";
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({