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>