From 41022fd07807d68974097191dc70f9025d7b76e8 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 22 Jun 2024 19:39:23 -0400 Subject: make styling consistant across site --- src/components/Apps.tsx | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) (limited to 'src/components/Apps.tsx') diff --git a/src/components/Apps.tsx b/src/components/Apps.tsx index 7ecb58a..0035c6b 100644 --- a/src/components/Apps.tsx +++ b/src/components/Apps.tsx @@ -1,8 +1,6 @@ -//import { useState, useEffect } from "react"; -//import { Link } from "react-router-dom"; -//import GameCard from "./GameCard"; -//import Button from "./Button"; -//import { GameType } from "../types"; +import { ReactComponent as GameHolsterMD } from '../md/apps_gameholster.md'; +import { ReactComponent as MoreSoonMD } from '../md/apps_moresoon.md'; + export default function Apps () { @@ -11,20 +9,19 @@ export default function Apps () { return( <> -
-
-
Apps
-
-
-
-
-
-

Game Holster

-

This is a work in progress thingie

-

talk about your app here

+
+
Apps
+
+
+ +
+
+
+
+ +
+
-
-
); } -- cgit v1.2.3