From 06eac2b3d785aadf6e5a1b0f3c53b67922aa5a27 Mon Sep 17 00:00:00 2001 From: headlesdev Date: Sun, 18 May 2025 12:20:33 +0200 Subject: [PATCH] Search bar and Layout selection --- app/dashboard/sites/SitesPage.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/dashboard/sites/SitesPage.tsx b/app/dashboard/sites/SitesPage.tsx index 7bee931..263c3e3 100644 --- a/app/dashboard/sites/SitesPage.tsx +++ b/app/dashboard/sites/SitesPage.tsx @@ -37,8 +37,17 @@ export default function SitesPage({ username, name }: SitesPageProps) { Add Site - + +
+ + +
+
{sites.map((site: any) => (