From 1534175fb76e435ca5e67cdc52d28e11ec66b0b3 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 18 Apr 2024 03:16:05 +0100 Subject: [PATCH] fix mobile support for the logo & text --- src/app/components/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/navbar.tsx b/src/app/components/navbar.tsx index fbd495b..46faead 100644 --- a/src/app/components/navbar.tsx +++ b/src/app/components/navbar.tsx @@ -21,7 +21,7 @@ export default function NavBar(): JSX.Element {
-

Minecraft Utilities

+

Minecraft Utilities

{pages.map((page, index) => { return ;