import React from 'react'; import { Link } from "react-router-dom"; import { Game, GameCategoryPortals } from '@customTypes/Game'; import info from "@css/Info.module.css"; interface GameCategoryProps { game: Game; cat: GameCategoryPortals; } const GameCategory: React.FC = ({cat, game}) => { return (