From cfb97354c153304c3a541873424a919ad69479d3 Mon Sep 17 00:00:00 2001 From: Legend <126304434+ExpiredWarranty@users.noreply.github.com> Date: Fri, 17 May 2024 22:49:23 -0600 Subject: [PATCH] Update page.tsx styled the splash text using inline styling cuz im fucking lazy --- 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 aff3800..79c4ea7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function Home() { -

{splashText}

+

{splashText}

{shortcuts.length > 0 && (
{shortcuts.map((shortcut: Item) => {