diff --git a/frontend/src/components/listing/ListingRenderer.tsx b/frontend/src/components/listing/ListingRenderer.tsx index c8228b49..0a29fbe8 100644 --- a/frontend/src/components/listing/ListingRenderer.tsx +++ b/frontend/src/components/listing/ListingRenderer.tsx @@ -121,22 +121,20 @@ const ListingRenderer = ({ listing }: { listing: ListingResponse }) => {
{/* Build this robot */} -
-
- - + + + {canEdit && ( + - {canEdit && ( - - )} -
+ )}
diff --git a/frontend/src/components/listings/ListingGridCard.tsx b/frontend/src/components/listings/ListingGridCard.tsx index 312d85b3..0a1cab36 100644 --- a/frontend/src/components/listings/ListingGridCard.tsx +++ b/frontend/src/components/listings/ListingGridCard.tsx @@ -24,7 +24,7 @@ const ListingGridCard = ({ }; return ( -
+
{listing?.artifacts[0]?.artifact_type === "image" && listing?.artifacts[0]?.urls.small ? ( diff --git a/frontend/src/components/pages/Browse.tsx b/frontend/src/components/pages/Browse.tsx index 64795944..fff2f780 100644 --- a/frontend/src/components/pages/Browse.tsx +++ b/frontend/src/components/pages/Browse.tsx @@ -116,7 +116,7 @@ const Browse = () => { return ( -
+

Community Robots Hub