diff --git a/src/app/page.tsx b/src/app/page.tsx index 75e4916..e8387da 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) => {