From 8850b4c362571c9ff3807f3dfbe5878945516dca Mon Sep 17 00:00:00 2001 From: Tanmayi Manku Date: Fri, 15 Dec 2023 11:37:56 +0530 Subject: [PATCH] testing the deploy --- src/pages/NotFound404.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/NotFound404.js b/src/pages/NotFound404.js index 41e4f4b..7400cea 100644 --- a/src/pages/NotFound404.js +++ b/src/pages/NotFound404.js @@ -1,7 +1,7 @@ import React from 'react'; const NotFound404 = () => ( -

NotFound404

+

NotFound Try again by signing in!

); export default NotFound404;