From ee1af7e4c39ee50a0c8ff39bbd4d9ce9324dcfef Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sat, 7 Sep 2024 19:10:02 +0200 Subject: [PATCH] fix: adjust the heading and text below it in downloads and SVR.JS mods pages --- app/(root)/downloads/page.tsx | 10 +++++++++- app/(root)/mods/page.tsx | 18 ++++++++++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/app/(root)/downloads/page.tsx b/app/(root)/downloads/page.tsx index 4372ce0..6f5db1e 100644 --- a/app/(root)/downloads/page.tsx +++ b/app/(root)/downloads/page.tsx @@ -63,7 +63,15 @@ const DownloadPage: React.FC = () => { Downloads

- Get all the latest version of SVR.JS download and compiled Files here! + Get all the latest version of SVR.JS here! Other SVR.JS downloads can be + found in{" "} + + SVR.JS downloads server + + .

{error &&

{error}

} diff --git a/app/(root)/mods/page.tsx b/app/(root)/mods/page.tsx index 1914d62..1f6e217 100644 --- a/app/(root)/mods/page.tsx +++ b/app/(root)/mods/page.tsx @@ -59,10 +59,24 @@ const ModsPage: React.FC = () => { className="wrapper container py-24 md:py-28 gap-2 flex flex-col" >

- SvrJS Mods + SVR.JS mods

- Get all the latest version of SVR.JS Mods and compiled Files here!{" "} + Get all the latest version of SVR.JS mods here! Notes can be found at{" "} + + “SVR.JS mod notes” section in SVR.JS documentation + + . Other SVR.JS mods downloads can be found in{" "} + + SVR.JS downloads server + + .

{error &&

{error}

}