aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/GameCategory.tsx
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2024-12-11 09:52:05 +0100
committerWolfboy248 <georgejvindkarlsen@gmail.com>2024-12-11 09:52:05 +0100
commitb48f72c3d582651c5612756cb3179d6142c1e28a (patch)
treef522b792196b20f9584ee8d38b13299329887fdd /frontend/src/components/GameCategory.tsx
parentfix/frontend: games page css rehaul, small maplist fixes (diff)
downloadlphub-b48f72c3d582651c5612756cb3179d6142c1e28a.tar.gz
lphub-b48f72c3d582651c5612756cb3179d6142c1e28a.tar.bz2
lphub-b48f72c3d582651c5612756cb3179d6142c1e28a.zip
fix/frontend: fixed sidebar title size, removed unnecessary imports
Diffstat (limited to '')
-rw-r--r--frontend/src/components/GameCategory.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/src/components/GameCategory.tsx b/frontend/src/components/GameCategory.tsx
index 80ee416..a568a8f 100644
--- a/frontend/src/components/GameCategory.tsx
+++ b/frontend/src/components/GameCategory.tsx
@@ -2,8 +2,6 @@ import React from 'react';
2import { Link } from "react-router-dom"; 2import { Link } from "react-router-dom";
3 3
4import { Game, GameCategoryPortals } from '@customTypes/Game'; 4import { Game, GameCategoryPortals } from '@customTypes/Game';
5import "@css/Games.css"
6import games from "@css/Games.module.css";
7import info from "@css/Info.module.css"; 5import info from "@css/Info.module.css";
8 6
9interface GameCategoryProps { 7interface GameCategoryProps {