aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/Maplist.tsx
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2024-10-30 10:03:21 +0100
committerWolfboy248 <georgejvindkarlsen@gmail.com>2024-10-30 10:03:21 +0100
commitb4f1d273a4b1dcee9738b81cee6cae4c35aad610 (patch)
tree0ce51999d69d23daa4439457e54161222925efb1 /frontend/src/pages/Maplist.tsx
parentfrontend: maplist chapter param fix (diff)
downloadlphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.tar.gz
lphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.tar.bz2
lphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.zip
frontend: random css stuff
Diffstat (limited to 'frontend/src/pages/Maplist.tsx')
-rw-r--r--frontend/src/pages/Maplist.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/Maplist.tsx b/frontend/src/pages/Maplist.tsx
index e3d7aab..a76c1f5 100644
--- a/frontend/src/pages/Maplist.tsx
+++ b/frontend/src/pages/Maplist.tsx
@@ -108,7 +108,7 @@ const Maplist: React.FC = () => {
108 > 108 >
109 <div className="blur"> 109 <div className="blur">
110 <div className="game-header-portal-count"> 110 <div className="game-header-portal-count">
111 <h2> 111 <h2 className="portal-count">
112 { 112 {
113 game?.category_portals.find( 113 game?.category_portals.find(
114 (obj) => obj.category.id === catNum + 1 114 (obj) => obj.category.id === catNum + 1