From 95ec398268dc5146cb8d070699c7b95993cfba2a Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 12 Oct 2023 16:46:06 -0500 Subject: [PATCH] LogoText: fix text getting cut-off vertically --- src/features/landing-timeline/components/logo-text.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/landing-timeline/components/logo-text.tsx b/src/features/landing-timeline/components/logo-text.tsx index c3a07609f..1cae1112c 100644 --- a/src/features/landing-timeline/components/logo-text.tsx +++ b/src/features/landing-timeline/components/logo-text.tsx @@ -8,7 +8,7 @@ interface ILogoText extends Pick, 'dir' const LogoText: React.FC = ({ children, dir }) => { return (

{children}