mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Updated Sites & Site view
This commit is contained in:
@@ -29,7 +29,7 @@ export default function SitesPage({ username, name, siteId }: SitesPageProps) {
|
||||
<main className="w-full">
|
||||
<div className="flex flex-col gap-4 w-full">
|
||||
{/* Site Info Card */}
|
||||
<div className="card bg-base-100 shadow-lg rounded-xl overflow-hidden border border-base-200 w-full">
|
||||
<div className="card bg-base-100 shadow-xl rounded-xl overflow-hidden border border-base-200 w-full">
|
||||
<div className="card-body p-6">
|
||||
<div className="w-full flex justify-between items-center mb-4">
|
||||
<h1 className="text-2xl font-bold w-1/2">Site - {site.name}</h1>
|
||||
@@ -51,7 +51,7 @@ export default function SitesPage({ username, name, siteId }: SitesPageProps) {
|
||||
</div>
|
||||
|
||||
{/* Networks Section */}
|
||||
<div className="card bg-base-100 shadow-lg rounded-xl overflow-hidden border border-base-200 w-full">
|
||||
<div className="card bg-base-100 shadow-xl rounded-xl overflow-hidden border border-base-200 w-full">
|
||||
<div className="card-body p-6">
|
||||
<div className="flex justify-between items-center mb-6">
|
||||
<h2 className="text-xl font-bold">Networks</h2>
|
||||
|
||||
Reference in New Issue
Block a user