diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 10:03:21 +0100 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 10:03:21 +0100 |
| commit | b4f1d273a4b1dcee9738b81cee6cae4c35aad610 (patch) | |
| tree | 0ce51999d69d23daa4439457e54161222925efb1 /frontend/src/pages/Maplist.tsx | |
| parent | frontend: maplist chapter param fix (diff) | |
| download | lphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.tar.gz lphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.tar.bz2 lphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.zip | |
frontend: random css stuff
Diffstat (limited to '')
| -rw-r--r-- | frontend/src/pages/Maplist.tsx | 2 |
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 |