From 44b98074c7614c5e94804f0fa44fe494c15e1454 Mon Sep 17 00:00:00 2001 From: RiversideRocks <59586759+RiversideRocks@users.noreply.github.com> Date: Mon, 28 Sep 2020 18:00:51 -0400 Subject: [PATCH] Make NOT FOUND text bigger --- src/pages/404.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/404.js b/src/pages/404.js index dd823f5df..df35c3599 100644 --- a/src/pages/404.js +++ b/src/pages/404.js @@ -4,7 +4,7 @@ import Layout from '../components/Layout' const NotFoundPage = () => (
-

NOT FOUND

+

NOT FOUND

You just hit a route that doesn't exist... the sadness.