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

This commit is contained in:
2026-03-12 10:28:32 +00:00
parent cd5412f5e9
commit 53a6bc1143

View File

@@ -8,14 +8,18 @@ interface SvgTextLogoProps {
type DominantBaseline =
| 'auto'
| 'baseline'
| 'before-edge'
| 'after-edge'
| 'central'
| 'middle'
| 'inherit'
| 'alphabetic'
| 'hanging'
| 'ideographic'
| 'mathematical'
| 'text-before-edge'
| 'middle'
| 'central'
| 'text-after-edge'
| 'text-before-edge';
| 'use-script'
| 'no-change'
| 'reset-size';
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
text,