From d310b3c7888221274388f9b39d379f69ab9b2cf0 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sun, 2 Jul 2023 20:09:05 +0100 Subject: [PATCH] move the site src text to be more hidden --- src/app/page.tsx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86c1dd6..2a27b04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,19 +62,21 @@ export default function Home() { ); })} - - {Config.options.showSourceLink && ( -

- - View the website source here - -

- )} + +
+ {Config.options.showSourceLink && ( +

+ + Website Source + +

+ )} +
); }