mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
Third commit
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user