Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-12 11:54:44 +00:00

View File

@@ -22,7 +22,7 @@ export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
fontSize,
fontWeight,
fill: color,
dominantBaseline: 'central' as DominantBaseline,
dominantBaseline: 'central' as any,
textAnchor: 'middle',
};