From 54457680aaa90fa6df7c51a8055e7248587c7eb0 Mon Sep 17 00:00:00 2001 From: alorig <220087330+alorig@users.noreply.github.com> Date: Thu, 27 Nov 2025 02:08:30 +0500 Subject: [PATCH] icon --- 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..d6691477 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 icon const SiteIcon = () => ( - - - - + + + + );