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

- {site.name} -

+
+ {icon}
+

+ {site.name} +

{site.description || 'No description'}

diff --git a/frontend/src/pages/Settings/Sites.tsx b/frontend/src/pages/Settings/Sites.tsx index d6691477..0c8efd7f 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 - Globe icon +// Site Icon SVG const SiteIcon = () => ( - - - - + + + + );