redid button

This commit is contained in:
2025-01-16 21:17:49 -06:00
parent 967f34d0c9
commit d41f812fd3
4 changed files with 32 additions and 44 deletions
-8
View File
@@ -1,5 +1,3 @@
import {Link} from "react-router";
import Button from "../common/components/Button.tsx";
import {BarkHeader} from "../common/components/BarkHeader.tsx";
@@ -9,15 +7,9 @@ function Home() {
return (
<>
<BarkHeader></BarkHeader>
<div>
<h1 className={"text-brand"}>Home</h1>
</div>
<p>
ARFF ARFF BARK BARK
</p>
<Link to="/inventory">
<Button>Inventory</Button>
</Link>
</>
)