From 8841ec9904852a93e05566e635321fd584a457bf Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Fri, 1 Nov 2024 12:16:18 -0700 Subject: [PATCH] more slight ui changes --- frontend/src/components/listings/ListingGrid.tsx | 2 +- frontend/src/components/pages/Browse.tsx | 1 - frontend/src/components/pages/Terminal.tsx | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/listings/ListingGrid.tsx b/frontend/src/components/listings/ListingGrid.tsx index be93198a..63d5c60e 100644 --- a/frontend/src/components/listings/ListingGrid.tsx +++ b/frontend/src/components/listings/ListingGrid.tsx @@ -62,7 +62,7 @@ const ListingGrid = (props: ListingGridProps) => { ) : ( -
+
{listingInfos.map((info) => ( { {isLoading && (
- Loading more listings...
)}
diff --git a/frontend/src/components/pages/Terminal.tsx b/frontend/src/components/pages/Terminal.tsx index 0eef22ad..2e39cc12 100644 --- a/frontend/src/components/pages/Terminal.tsx +++ b/frontend/src/components/pages/Terminal.tsx @@ -238,7 +238,7 @@ const TerminalPage: React.FC = () => { }; return ( -
+

Your Robots

@@ -261,7 +261,7 @@ const TerminalPage: React.FC = () => {
) : robots && robots.length > 0 ? ( -
+
{robots.map((robot) => (