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

This commit is contained in:
2026-03-12 20:38:29 +00:00
parent b02612c22d
commit 660ccb0662

View File

@@ -6,7 +6,7 @@ export interface SvgTextLogoProps {
fontFamily?: string;
fontWeight?: number | string;
fill?: string;
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'text-bottom' | 'text-top';
dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'text-before-edge' | 'text-after-edge';
textAnchor?: 'start' | 'middle' | 'end';
className?: string;
children?: ReactNode;