Correct out spacing below the text below the heading.
This commit is contained in:
parent
046911d82e
commit
2ef41b3d64
7 changed files with 7 additions and 7 deletions
|
@ -57,7 +57,7 @@ const LogsPage: React.FC = () => {
|
||||||
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||||
Server LOGS
|
Server LOGS
|
||||||
</h1>
|
</h1>
|
||||||
<p className="md:text-lg text-muted-foreground text-start mb-4">
|
<p className="md:text-lg text-muted-foreground text-start mb-6">
|
||||||
Get all the latest version of SVRJS download and compiled Files here!
|
Get all the latest version of SVRJS download and compiled Files here!
|
||||||
</p>
|
</p>
|
||||||
{error && <p className="text-red-500">{error}</p>}
|
{error && <p className="text-red-500">{error}</p>}
|
||||||
|
|
|
@ -15,7 +15,7 @@ const Contribute = () => {
|
||||||
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||||
Contributing to SVR.JS
|
Contributing to SVR.JS
|
||||||
</h1>
|
</h1>
|
||||||
<p className="md:text-lg text-muted-foreground text-start mb-4">
|
<p className="md:text-lg text-muted-foreground text-start mb-6">
|
||||||
We welcome contributions from the community! Here's how you can
|
We welcome contributions from the community! Here's how you can
|
||||||
help!
|
help!
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -61,7 +61,7 @@ const DownloadPage: React.FC = () => {
|
||||||
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||||
Downloads
|
Downloads
|
||||||
</h1>
|
</h1>
|
||||||
<p className="md:text-lg text-muted-foreground text-start mb-4">
|
<p className="md:text-lg text-muted-foreground text-start mb-6">
|
||||||
Get all the latest version of SVRJS download and compiled Files here!
|
Get all the latest version of SVRJS download and compiled Files here!
|
||||||
</p>
|
</p>
|
||||||
{error && <p className="text-red-500">{error}</p>}
|
{error && <p className="text-red-500">{error}</p>}
|
||||||
|
|
|
@ -61,7 +61,7 @@ const ModsPage: React.FC = () => {
|
||||||
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||||
SvrJS Mods
|
SvrJS Mods
|
||||||
</h1>
|
</h1>
|
||||||
<p className="md:text-lg text-muted-foreground text-start mb-4">
|
<p className="md:text-lg text-muted-foreground text-start mb-6">
|
||||||
Get all the latest version of SVRJS Mods and compiled Files here!{" "}
|
Get all the latest version of SVRJS Mods and compiled Files here!{" "}
|
||||||
</p>
|
</p>
|
||||||
{error && <p className="text-red-500">{error}</p>}
|
{error && <p className="text-red-500">{error}</p>}
|
||||||
|
|
|
@ -17,7 +17,7 @@ const PrivacyPolicy = () => {
|
||||||
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||||
Privacy Policy
|
Privacy Policy
|
||||||
</h1>
|
</h1>
|
||||||
<p className="md:text-lg text-muted-foreground text-start mb-4">
|
<p className="md:text-lg text-muted-foreground text-start mb-6">
|
||||||
Effective date: 26.05.2024
|
Effective date: 26.05.2024
|
||||||
</p>
|
</p>
|
||||||
<div className="prose max-w-full md:prose-lg dark:prose-invert">
|
<div className="prose max-w-full md:prose-lg dark:prose-invert">
|
||||||
|
|
|
@ -15,7 +15,7 @@ const TermsOfService = () => {
|
||||||
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||||
Terms and Conditions
|
Terms and Conditions
|
||||||
</h1>
|
</h1>
|
||||||
<p className="md:text-lg text-muted-foreground text-start mb-4">
|
<p className="md:text-lg text-muted-foreground text-start mb-6">
|
||||||
Last updated: 24.04.2024
|
Last updated: 24.04.2024
|
||||||
</p>
|
</p>
|
||||||
<div className="prose max-w-full md:prose-lg dark:prose-invert">
|
<div className="prose max-w-full md:prose-lg dark:prose-invert">
|
||||||
|
|
|
@ -15,7 +15,7 @@ const Vulnerabilities = () => {
|
||||||
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||||
SVR.JS Vulnerabilities
|
SVR.JS Vulnerabilities
|
||||||
</h1>
|
</h1>
|
||||||
<p className="md:text-lg text-muted-foreground text-start mb-4">
|
<p className="md:text-lg text-muted-foreground text-start mb-6">
|
||||||
Some older versions of SVR.JS are vulnerable to cyberattacks. It's
|
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
|
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
|
a security issue with SVR.JS, report it as soon as possible to
|
||||||
|
|
Loading…
Reference in a new issue