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 + +

+ )} +
); }