diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index e0a2da3..4ffdfe2 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -279,12 +279,12 @@ function SiteCard({ site, onClick, onToggleFav, onEdit, onDelete }) { return (
+ {site.category && {site.category.name}}
{site.icon && site.icon.startsWith('http') ? : }
{site.name}
{site.description &&
{site.description}
} - {site.category && {site.category.name}}