aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/GameCategory.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/GameCategory.tsx')
-rw-r--r--frontend/src/components/GameCategory.tsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/src/components/GameCategory.tsx b/frontend/src/components/GameCategory.tsx
index b13be48..2bb6d42 100644
--- a/frontend/src/components/GameCategory.tsx
+++ b/frontend/src/components/GameCategory.tsx
@@ -1,8 +1,8 @@
1import React from 'react'; 1import 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'; 5import "@css/Games.css";
6 6
7interface GameCategoryProps { 7interface GameCategoryProps {
8 game: Game; 8 game: Game;
@@ -13,7 +13,7 @@ const GameCategory: React.FC<GameCategoryProps> = ({ cat, game }) => {
13 return ( 13 return (
14 <Link 14 <Link
15 className="games-page-item-body-item" 15 className="games-page-item-body-item"
16 to={'/games/' + game.id + '?cat=' + cat.category.id} 16 to={"/games/" + game.id + "?cat=" + cat.category.id}
17 > 17 >
18 <div> 18 <div>
19 <span className="games-page-item-body-item-title"> 19 <span className="games-page-item-body-item-title">