Updated Sites & Site view

This commit is contained in:
headlesdev
2025-05-18 20:37:23 +02:00
parent 1f91402afd
commit 058405ba24
2 changed files with 4 additions and 5 deletions

View File

@@ -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>