diff --git a/components/EmptyScreen.tsx b/components/EmptyScreen.tsx index feadb03632..a3af997535 100644 --- a/components/EmptyScreen.tsx +++ b/components/EmptyScreen.tsx @@ -13,13 +13,13 @@ export default function EmptyScreen({ }) { return ( <> -
+
-

{headline}

-

{description}

+

{headline}

+

{description}

diff --git a/components/NavTabs.tsx b/components/NavTabs.tsx index d8e66a18a6..2e7c2047eb 100644 --- a/components/NavTabs.tsx +++ b/components/NavTabs.tsx @@ -17,7 +17,7 @@ const NavTabs: FC = ({ tabs, linkProps }) => { const router = useRouter(); return ( <> -