From 97be0afd140c7c9e1fd03ba5ab4e486d90907129 Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Tue, 19 Aug 2025 13:23:56 +0200 Subject: organised pages, started work on theme --- frontend/src/components/GameCategory.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/src/components/GameCategory.tsx') diff --git a/frontend/src/components/GameCategory.tsx b/frontend/src/components/GameCategory.tsx index b18c9d9..7ae3850 100644 --- a/frontend/src/components/GameCategory.tsx +++ b/frontend/src/components/GameCategory.tsx @@ -11,12 +11,12 @@ interface GameCategoryProps { const GameCategory: React.FC = ({ cat, game }) => { return ( {cat.category.name}

+ {cat.category.name}
-

{cat.portal_count}

+ {cat.portal_count} ); }; -- cgit v1.2.3