From 15bf3d5848aa1b7aeb5177f8b9ca84eb9ff5799f Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 15 May 2024 20:35:42 -0400 Subject: more styling improvements and gamecards added --- app/javascript/components/GameCard.jsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app/javascript/components/GameCard.jsx (limited to 'app/javascript/components/GameCard.jsx') diff --git a/app/javascript/components/GameCard.jsx b/app/javascript/components/GameCard.jsx new file mode 100644 index 0000000..6b79630 --- /dev/null +++ b/app/javascript/components/GameCard.jsx @@ -0,0 +1,19 @@ +import React from "react"; +//import { Link } from "react-router-dom"; + +export default function GameCard ({ link = "./", width = "72" }) +{ + return ( + <> + +
+
+ +
+ + +
+
+ + ) +}; -- cgit v1.2.3