remove fuse from projects for now
This commit is contained in:
parent
6ef5e0399f
commit
4123312fd0
@ -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 />
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user