Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-11 23:09:08 +00:00

View File

@@ -31,7 +31,7 @@ const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
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}