Skip to content

Commit 8bd8761

Browse files
committed
Remove unused Button component from Header and clean up related imports
1 parent 4c0c313 commit 8bd8761

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app/server-components/Header.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ import { CardRounded } from '@/app/server-components/shared/cards/CardRounded';
22
import Navigation from '@/components/Navigation';
33
import { NetworkSelector } from '@/components/NetworkSelector';
44
import config from '@/config';
5-
import { Button } from '@heroui/button';
65
import Image from 'next/image';
76
import Link from 'next/link';
8-
import { RiFunctionLine } from 'react-icons/ri';
97

108
export default async function Header() {
119
return (
@@ -40,7 +38,7 @@ export default async function Header() {
4038
</div>
4139
</CardRounded>
4240

43-
<Button
41+
{/* <Button
4442
className="min-h-10 rounded-full lg:min-h-12"
4543
color="primary"
4644
as={Link}
@@ -51,7 +49,7 @@ export default async function Header() {
5149
<RiFunctionLine className="text-lg" />
5250
<div className="font-medium">App</div>
5351
</div>
54-
</Button>
52+
</Button> */}
5553
</div>
5654

5755
<div className="flex">

0 commit comments

Comments
 (0)