Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-10 21:36:44 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -331,4 +331,4 @@ export default function Page() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
fontFamily?: string;
fontWeight?: number | string;
fill?: string;
dominantBaseline?: 'middle' | 'central' | 'hanging' | 'auto' | 'text-bottom' | 'text-top';
dominantBaseline?: 'auto' | 'inherit' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'text-before-edge' | 'middle' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size';
}
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
@@ -42,4 +42,4 @@ const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
);
};
export default SvgTextLogo;
export default SvgTextLogo;