This commit is contained in:
parent
b5013c6e3f
commit
342aa1533b
|
|
@ -38,7 +38,7 @@ import { message } from 'antd'
|
|||
|
||||
|
||||
export function Header() {
|
||||
|
||||
|
||||
const router = useRouter();
|
||||
const { t } = useTranslation();
|
||||
|
||||
|
|
@ -62,7 +62,25 @@ export function Header() {
|
|||
return (
|
||||
<header className="sticky top-0 z-50 flex w-full shrink-0 items-center justify-between bg-background px-4 py-[1.5rem]">
|
||||
|
||||
{/* <MobileLinks className="lg:hidden" />
|
||||
<DesktopLinks className="hidden lg:flex" /> */}
|
||||
<div className="lg:hidden" ></div>
|
||||
<div className="hidden lg:flex" >
|
||||
{/* <Button variant="ghost" className='text-base font-bold hover:bg-[#e5e7eb]' onClick={soonFunc}>
|
||||
{t("header.course")}
|
||||
</Button>
|
||||
<Button variant="ghost" className='text-base font-bold hover:bg-[#e5e7eb]' onClick={soonFunc}>
|
||||
{t("header.models")}
|
||||
</Button>
|
||||
<Button variant="ghost" className='text-base font-bold hover:bg-[#e5e7eb]' onClick={soonFunc}>
|
||||
{t("header.resources")}
|
||||
</Button> */}
|
||||
</div>
|
||||
|
||||
{/* <Image src={logoImage} height={40} alt="show" className="cursor-pointer" onClick={() => {
|
||||
router.push("/")
|
||||
// toast.success('coming soon')
|
||||
}} /> */}
|
||||
<div className="flex items-center justify-between ">
|
||||
<div className="flex items-center ">
|
||||
{/* <IconSeparator className="size-6 text-muted-foreground/50" /> */}
|
||||
|
|
|
|||
Loading…
Reference in New Issue