From e09198a8fd67031b78061c6183ee5571093be44f Mon Sep 17 00:00:00 2001 From: alorig <220087330+alorig@users.noreply.github.com> Date: Thu, 27 Nov 2025 02:34:40 +0500 Subject: [PATCH] sd --- frontend/src/components/common/SiteCard.tsx | 12 +++++++----- frontend/src/pages/Settings/Sites.tsx | 10 +++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/common/SiteCard.tsx b/frontend/src/components/common/SiteCard.tsx index a769ee0e..ea9ac140 100644 --- a/frontend/src/components/common/SiteCard.tsx +++ b/frontend/src/components/common/SiteCard.tsx @@ -44,12 +44,14 @@ export default function SiteCard({ return (
-
- {icon} +
+
+ {icon} +
+

+ {site.name} +

-

- {site.name} -

{site.description || 'No description'}

diff --git a/frontend/src/pages/Settings/Sites.tsx b/frontend/src/pages/Settings/Sites.tsx index 0c8efd7f..8f0d317d 100644 --- a/frontend/src/pages/Settings/Sites.tsx +++ b/frontend/src/pages/Settings/Sites.tsx @@ -20,12 +20,12 @@ import { } from '../../services/api'; import Badge from '../../components/ui/badge/Badge'; -// Site Icon SVG +// Site Icon SVG - Globe const SiteIcon = () => ( - - - - + + + + );