From c585145e2675dcb5a04573bf4dba0c342da40405 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:36:40 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd1656a..41d0433 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -331,4 +331,4 @@ export default function Page() { ); -} +} \ No newline at end of file -- 2.49.1 From 9541db9a242d62e1a6a592772abe50e17535ba91 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:36:40 +0000 Subject: [PATCH 2/2] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- src/components/shared/SvgTextLogo/SvgTextLogo.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 12ae465..76d2910 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -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 = ({ @@ -42,4 +42,4 @@ const SvgTextLogo: React.FC = ({ ); }; -export default SvgTextLogo; +export default SvgTextLogo; \ No newline at end of file -- 2.49.1