From 104078cb4ff6d90f690117ab3d400113f9f8e36d Mon Sep 17 00:00:00 2001 From: khalilcodes Date: Thu, 16 Jun 2022 17:33:28 +0300 Subject: [PATCH] [site/pages/404][xs]: add return to homepage link --- site/pages/404.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/site/pages/404.js b/site/pages/404.js index ea56972..a49b3a9 100644 --- a/site/pages/404.js +++ b/site/pages/404.js @@ -1,8 +1,13 @@ +import Link from "next/link"; + export default function () { return ( -
+
404 -

Page not found

+

Page not found

+ + Return to Homepage +
); } \ No newline at end of file