remove fuse from projects for now
This commit is contained in:
parent
6ef5e0399f
commit
4123312fd0
@ -24,7 +24,6 @@ export default function HomePage() {
|
|||||||
< TechChart />
|
< TechChart />
|
||||||
<h1 className="text-3xl font-semibold text-center my-8">Projects</h1>
|
<h1 className="text-3xl font-semibold text-center my-8">Projects</h1>
|
||||||
< TechTracker />
|
< TechTracker />
|
||||||
< Fuse />
|
|
||||||
< Sunhat />
|
< Sunhat />
|
||||||
< TenantPortal />
|
< TenantPortal />
|
||||||
< WiredWorld />
|
< WiredWorld />
|
||||||
|
@ -13,7 +13,7 @@ export default function Fuse() {
|
|||||||
<Accordion type="single" collapsible className="w-5/6 md:w-1/3">
|
<Accordion type="single" collapsible className="w-5/6 md:w-1/3">
|
||||||
<AccordionItem value="item-1">
|
<AccordionItem value="item-1">
|
||||||
<AccordionTrigger>
|
<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)
|
Fuse (React Native, Next.js, & PostgreSQL)
|
||||||
</h1>
|
</h1>
|
||||||
</AccordionTrigger>
|
</AccordionTrigger>
|
||||||
|
Loading…
Reference in New Issue
Block a user