diff --git a/app/(root)/changelogs/page.tsx b/app/(root)/changelogs/page.tsx
index 32f21e1..0b26690 100644
--- a/app/(root)/changelogs/page.tsx
+++ b/app/(root)/changelogs/page.tsx
@@ -54,7 +54,7 @@ const LogsPage: React.FC = () => {
id="logs"
className="wrapper container py-24 md:py-28 gap-4 flex flex-col"
>
-
+
Server LOGS
diff --git a/app/(root)/contribute/page.tsx b/app/(root)/contribute/page.tsx
index 81398be..b0070c8 100644
--- a/app/(root)/contribute/page.tsx
+++ b/app/(root)/contribute/page.tsx
@@ -12,7 +12,7 @@ const Contribute = () => {
id="tos"
className="wrapper container py-24 md:py-28 gap-4 flex flex-col"
>
-
+
Contributing to SVR.JS
diff --git a/app/(root)/downloads/page.tsx b/app/(root)/downloads/page.tsx
index 78b33c2..e090aa9 100644
--- a/app/(root)/downloads/page.tsx
+++ b/app/(root)/downloads/page.tsx
@@ -58,7 +58,7 @@ const DownloadPage: React.FC = () => {
id="download"
className="wrapper container py-24 md:py-28 gap-4 flex flex-col"
>
-
+
Downloads
diff --git a/app/(root)/layout.tsx b/app/(root)/layout.tsx
index c8a4234..cbcd0f5 100644
--- a/app/(root)/layout.tsx
+++ b/app/(root)/layout.tsx
@@ -38,10 +38,10 @@ export default function PageLayout({
children: React.ReactNode;
}) {
return (
-
+
-
{children}
+
{children}
-
+
);
}
diff --git a/app/(root)/mods/page.tsx b/app/(root)/mods/page.tsx
index 55f91cc..4393b20 100644
--- a/app/(root)/mods/page.tsx
+++ b/app/(root)/mods/page.tsx
@@ -58,7 +58,7 @@ const ModsPage: React.FC = () => {
id="mods"
className="wrapper container py-24 md:py-28 gap-4 flex flex-col"
>
-
+
SvrJS Mods
diff --git a/app/(root)/privacy-policy/page.tsx b/app/(root)/privacy-policy/page.tsx
index 02021e6..0634eb5 100644
--- a/app/(root)/privacy-policy/page.tsx
+++ b/app/(root)/privacy-policy/page.tsx
@@ -14,7 +14,7 @@ const PrivacyPolicy = () => {
id="privacy-policy"
className="wrapper container py-24 md:py-28 gap-4 flex flex-col"
>
-
+
Privacy Policy
diff --git a/app/(root)/tos/page.tsx b/app/(root)/tos/page.tsx
index afb8e0a..8e74c70 100644
--- a/app/(root)/tos/page.tsx
+++ b/app/(root)/tos/page.tsx
@@ -12,7 +12,7 @@ const TermsOfService = () => {
id="tos"
className="wrapper container py-24 md:py-28 gap-4 flex flex-col"
>
-
+
Terms and Conditions
diff --git a/app/(root)/vulnerabilities/page.tsx b/app/(root)/vulnerabilities/page.tsx
index e85d6c2..e5274ee 100644
--- a/app/(root)/vulnerabilities/page.tsx
+++ b/app/(root)/vulnerabilities/page.tsx
@@ -12,7 +12,7 @@ const Vulnerabilities = () => {
id="tos"
className="wrapper container py-24 md:py-28 gap-4 flex flex-col"
>
-
+
SVR.JS Vulnerabilities
diff --git a/app/globals.css b/app/globals.css
index 95a8b23..578b422 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -6,12 +6,10 @@ html {
height: 100%;
width: 100%;
font-family: "Poppins", sans-serif;
- overflow-x: hidden;
}
body {
user-select: text;
- overflow-x: clip;
}
* {
diff --git a/app/layout.tsx b/app/layout.tsx
index b2a35a9..d723b8e 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -30,7 +30,7 @@ export default function RootLayout({
disableTransitionOnChange
>
- {children}
+ {children}
diff --git a/components/shared/About.tsx b/components/shared/About.tsx
index fad7e17..4099412 100644
--- a/components/shared/About.tsx
+++ b/components/shared/About.tsx
@@ -12,7 +12,7 @@ const About = () => {
alt="aboutpicture"
width={300}
height={300}
- className="w-[300px] object-contain rounded-lg"
+ className="w-[300px] object-contain rounded-lg flex-shrink-0"
/>
diff --git a/components/shared/FAQ.tsx b/components/shared/FAQ.tsx
index 719be6c..84d1ad2 100644
--- a/components/shared/FAQ.tsx
+++ b/components/shared/FAQ.tsx
@@ -10,10 +10,10 @@ import {
const Faq = () => {
return (
-
+
Frequently Asked Question
-
+
Find answers to common questions about SVRJS
{
const currentYear = new Date().getFullYear();
return (
<>
-