diff --git a/app/(root)/changelogs/[slug]/page.tsx b/app/(root)/changelogs/[slug]/page.tsx index 0b1ae03..f420fb7 100644 --- a/app/(root)/changelogs/[slug]/page.tsx +++ b/app/(root)/changelogs/[slug]/page.tsx @@ -72,11 +72,11 @@ const Page = ({ params }: { params: { slug: string } }) => { return ( <> -
-

+
+

{page.title}

- + {page.content}
diff --git a/app/(root)/changelogs/page.tsx b/app/(root)/changelogs/page.tsx index 0b26690..57d8a7b 100644 --- a/app/(root)/changelogs/page.tsx +++ b/app/(root)/changelogs/page.tsx @@ -52,12 +52,12 @@ const LogsPage: React.FC = () => { return (
-

+

Server LOGS

-

+

Get all the latest version of SVRJS download and compiled Files here!

{error &&

{error}

} @@ -65,7 +65,7 @@ const LogsPage: React.FC = () => { {reversedDownloads.map((download) => (

{download.version}

{download.date} @@ -76,7 +76,7 @@ const LogsPage: React.FC = () => {
))} -
+
{CHANGE_LOGS}
diff --git a/app/(root)/contribute/page.tsx b/app/(root)/contribute/page.tsx index b0070c8..1bd577e 100644 --- a/app/(root)/contribute/page.tsx +++ b/app/(root)/contribute/page.tsx @@ -10,16 +10,16 @@ const Contribute = () => { return (
-

+

Contributing to SVR.JS

-

+

We welcome contributions from the community! Here's how you can help!

-
+
{contribute}
diff --git a/app/(root)/downloads/page.tsx b/app/(root)/downloads/page.tsx index e090aa9..706eb20 100644 --- a/app/(root)/downloads/page.tsx +++ b/app/(root)/downloads/page.tsx @@ -56,12 +56,12 @@ const DownloadPage: React.FC = () => { return (
-

+

Downloads

-

+

Get all the latest version of SVRJS download and compiled Files here!

{error &&

{error}

} diff --git a/app/(root)/mods/page.tsx b/app/(root)/mods/page.tsx index 4393b20..e9f276e 100644 --- a/app/(root)/mods/page.tsx +++ b/app/(root)/mods/page.tsx @@ -56,12 +56,12 @@ const ModsPage: React.FC = () => { return (
-

+

SvrJS Mods

-

+

Get all the latest version of SVRJS Mods and compiled Files here!{" "}

{error &&

{error}

} diff --git a/app/(root)/privacy-policy/page.tsx b/app/(root)/privacy-policy/page.tsx index 0634eb5..00c9eed 100644 --- a/app/(root)/privacy-policy/page.tsx +++ b/app/(root)/privacy-policy/page.tsx @@ -12,15 +12,15 @@ const PrivacyPolicy = () => { return (
-

+

Privacy Policy

-

+

Effective date: 26.05.2024

-
+
{PRIVACY_POLICY}
diff --git a/app/(root)/tos/page.tsx b/app/(root)/tos/page.tsx index 8e74c70..cc0f5a6 100644 --- a/app/(root)/tos/page.tsx +++ b/app/(root)/tos/page.tsx @@ -10,15 +10,15 @@ const TermsOfService = () => { return (
-

+

Terms and Conditions

-

+

Last updated: 24.04.2024

-
+
{TERMS_AND_CONDITIONS}
diff --git a/app/(root)/vulnerabilities/page.tsx b/app/(root)/vulnerabilities/page.tsx index e5274ee..fa76ec9 100644 --- a/app/(root)/vulnerabilities/page.tsx +++ b/app/(root)/vulnerabilities/page.tsx @@ -10,19 +10,19 @@ const Vulnerabilities = () => { return (
-

+

SVR.JS Vulnerabilities

-

+

Some older versions of SVR.JS are vulnerable to cyberattacks. It's recommended to update your SVR.JS version to the newest one. If you find a security issue with SVR.JS, report it as soon as possible to vulnerability-reports[at]svrjs[dot]org. We'll mitigate that vulnerability if it is possible.

-
+
{vulnerabilities}