File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,8 @@ import { CardRounded } from '@/app/server-components/shared/cards/CardRounded';
22import Navigation from '@/components/Navigation' ;
33import { NetworkSelector } from '@/components/NetworkSelector' ;
44import config from '@/config' ;
5- import { Button } from '@heroui/button' ;
65import Image from 'next/image' ;
76import Link from 'next/link' ;
8- import { RiFunctionLine } from 'react-icons/ri' ;
97
108export 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" >
You can’t perform that action at this time.
0 commit comments