Made the body text larger

This commit is contained in:
D-K-P
2022-04-29 18:32:46 +01:00
parent dccde99c1e
commit 7802f7b4eb
+4 -3
View File
@@ -23,6 +23,7 @@ import safeFetch from "~/utilities/safeFetch";
import { JsonTreeViewProvider } from "~/hooks/useJsonTree"; import { JsonTreeViewProvider } from "~/hooks/useJsonTree";
import { JsonSearchProvider } from "~/hooks/useJsonSearch"; import { JsonSearchProvider } from "~/hooks/useJsonSearch";
import { LargeTitle } from "~/components/Primitives/LargeTitle"; import { LargeTitle } from "~/components/Primitives/LargeTitle";
import { ExtraLargeTitle } from "~/components/Primitives/ExtraLargeTitle";
import { Body } from "~/components/Primitives/Body"; import { Body } from "~/components/Primitives/Body";
import { PageNotFoundTitle } from "~/components/Primitives/PageNotFoundTitle"; import { PageNotFoundTitle } from "~/components/Primitives/PageNotFoundTitle";
import { SmallSubtitle } from "~/components/Primitives/SmallSubtitle"; import { SmallSubtitle } from "~/components/Primitives/SmallSubtitle";
@@ -185,9 +186,9 @@ export function CatchBoundary() {
</PageNotFoundTitle> </PageNotFoundTitle>
</div> </div>
<div className="text-center leading-snug text-white"> <div className="text-center leading-snug text-white">
<SmallSubtitle className="text-slate-200 mb-8"> <ExtraLargeTitle className="text-slate-200 mb-8">
<b>Oops</b>, something went wrong! <b>Sorry</b>! Something went wrong...
</SmallSubtitle> </ExtraLargeTitle>
<SmallSubtitle className="text-slate-200 mb-8"> <SmallSubtitle className="text-slate-200 mb-8">
We couldn't find the page <b>'https://jsonhero.io/j/{params.id}</b>' We couldn't find the page <b>'https://jsonhero.io/j/{params.id}</b>'
</SmallSubtitle> </SmallSubtitle>