This commit is contained in:
parent
6b5553930f
commit
d55448d64b
|
|
@ -76,7 +76,7 @@ export function Header() {
|
||||||
<DesktopLinks className="hidden lg:flex" /> */}
|
<DesktopLinks className="hidden lg:flex" /> */}
|
||||||
<div className="lg:hidden" ></div>
|
<div className="lg:hidden" ></div>
|
||||||
<div className="hidden lg:flex" >
|
<div className="hidden lg:flex" >
|
||||||
<Button variant="ghost" className='text-base font-bold hover:bg-[#e5e7eb]' onClick={soonFunc}>
|
{/* <Button variant="ghost" className='text-base font-bold hover:bg-[#e5e7eb]' onClick={soonFunc}>
|
||||||
{t("header.course")}
|
{t("header.course")}
|
||||||
</Button>
|
</Button>
|
||||||
<Button variant="ghost" className='text-base font-bold hover:bg-[#e5e7eb]' onClick={soonFunc}>
|
<Button variant="ghost" className='text-base font-bold hover:bg-[#e5e7eb]' onClick={soonFunc}>
|
||||||
|
|
@ -84,7 +84,7 @@ export function Header() {
|
||||||
</Button>
|
</Button>
|
||||||
<Button variant="ghost" className='text-base font-bold hover:bg-[#e5e7eb]' onClick={soonFunc}>
|
<Button variant="ghost" className='text-base font-bold hover:bg-[#e5e7eb]' onClick={soonFunc}>
|
||||||
{t("header.resources")}
|
{t("header.resources")}
|
||||||
</Button>
|
</Button> */}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* <Image src={logoImage} height={40} alt="show" className="cursor-pointer" onClick={() => {
|
{/* <Image src={logoImage} height={40} alt="show" className="cursor-pointer" onClick={() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue