diff options
Diffstat (limited to 'frontend/src/pages')
| -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 |