Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed Jul 13, 2023
1 parent b3634e7 commit 83afec0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/pages/settings/CoreSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,11 @@ export const CoreSettings = () => {
{openPortModal}
<div className="relative mx-auto flex h-full w-full max-w-2xl flex-col @container ">
<div className="flex w-full flex-col gap-12 overflow-y-scroll px-4 pt-8">
<h1 className="dashboard-instance-heading">General Settings</h1>
<h1 className="dashboard-instance-heading">Core Settings</h1>
<div className="flex w-full flex-col gap-4 @4xl:flex-row">
<div className="w-[28rem]">
<h2 className="text-h2 font-bold tracking-medium">
{' '}
Danger Zone{' '}
General Settings
</h2>
<h3 className="text-h3 font-medium italic tracking-medium text-white/50">
These settings are for the core itself.
Expand All @@ -287,10 +286,7 @@ export const CoreSettings = () => {
</div>
<div className="flex w-full flex-col gap-4 @4xl:flex-row">
<div className="w-[28rem]">
<h2 className="text-h2 font-bold tracking-medium">
{' '}
Danger Zone{' '}
</h2>
<h2 className="text-h2 font-bold tracking-medium">Danger Zone</h2>
<h3 className="text-h3 font-medium italic tracking-medium text-white/50">
These settings can cause irreversible damage to your server!
</h3>
Expand Down

0 comments on commit 83afec0

Please sign in to comment.