From 324eb7c366f08ceaf59e8a0dc360b1a5427dc0ba Mon Sep 17 00:00:00 2001 From: DrMint Date: Wed, 30 Mar 2022 00:15:23 +0200 Subject: [PATCH] Fixed bug with lenght of title --- src/components/AppLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx index fd73e7c..1a52ea7 100644 --- a/src/components/AppLayout.tsx +++ b/src/components/AppLayout.tsx @@ -220,7 +220,7 @@ export default function AppLayout(props: AppLayoutProps): JSX.Element {

30 + props.navTitle?.length > 30 ? "text-xl max-h-14" : "text-2xl max-h-16" }`}