From 913b24c0c298ac48866167b18fc36fb542ab8910 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 22 Jun 2024 22:21:33 -0400 Subject: fix styling issues and add more content --- src/components/Games.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/components/Games.tsx') diff --git a/src/components/Games.tsx b/src/components/Games.tsx index fb9f88c..05957c6 100644 --- a/src/components/Games.tsx +++ b/src/components/Games.tsx @@ -3,6 +3,7 @@ import { useState, useEffect } from "react"; import GameCard from "./GameCard"; //import Button from "./Button"; import { GameType } from "../types"; +import { ReactComponent as IntroMD } from '../md/games_intro.md'; export default function Games () { @@ -26,6 +27,13 @@ export default function Games () { <>
Games
+
+
+
+ +
+
+
{ allGames }
-- cgit v1.2.3