From b900d66b516c9dae26b51710488a7f8fab151918 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 20 Aug 2022 02:28:06 -0400 Subject: [PATCH] Fix gradient for 404 text --- src/components/widgets/Error404.astro | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/widgets/Error404.astro b/src/components/widgets/Error404.astro index 8f30380..00831ff 100644 --- a/src/components/widgets/Error404.astro +++ b/src/components/widgets/Error404.astro @@ -6,10 +6,12 @@ class="container flex flex-col items-center justify-center px-5 mx-auto my-8" >
-

- Error404 +

+ Error + 404 +

Sorry, we couldn't find this page.