Third commit

This commit is contained in:
2023-05-01 07:24:52 -04:00
parent 5f1a55f931
commit 3f148785ea
9 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ function Home() {
<div className="headerContainer">
<h1> Chad's Test Website </h1>
<p> This is kinda fun</p>
<Link to='menu'>
<Link to='shop'>
<button> This is a button </button>
</Link>
</div>

View File

@@ -6,7 +6,7 @@ import "../styles/Shop.css";
function Shop() {
return (
<div className="shop">
<h1 className="shopTitle">My Menu</h1>
<h1 className="shopTitle">Yo Buy My Shit</h1>
<div className="shopList">
{ShopList.map((shopItem, key) => {
return (