remove fuse from projects for now

This commit is contained in:
Gabriel Brown 2024-10-05 17:49:12 -05:00
parent 6ef5e0399f
commit 4123312fd0
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@ export default function HomePage() {
< TechChart />
<h1 className="text-3xl font-semibold text-center my-8">Projects</h1>
< TechTracker />
< Fuse />
< Sunhat />
< TenantPortal />
< WiredWorld />

View File

@ -13,7 +13,7 @@ export default function Fuse() {
<Accordion type="single" collapsible className="w-5/6 md:w-1/3">
<AccordionItem value="item-1">
<AccordionTrigger>
<h1 className="text-lg md:text-2xl font-semibold text-center">
<h1 className="text-lg md:text-2xl font-semibold text-center m-auto">
Fuse (React Native, Next.js, & PostgreSQL)
</h1>
</AccordionTrigger>