Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-13 03:20:14 +00:00

View File

@@ -3,7 +3,7 @@ import React from "react";
interface SvgTextLogoProps {
text: string;
className?: string;
dominantBaseline?: "auto" | "text-top" | "middle" | "central" | "text-bottom" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "inherit";
dominantBaseline?: "auto" | "text-top" | "middle" | "central" | "text-after-edge" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "inherit";
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({