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