This commit is contained in:
parent
cbdec5e61a
commit
68aa84283f
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ import { Fragment, useCallback, useState } from 'react'
|
|||
import { MegaMenu } from '@/components/MegaMenu/MegaMenu'
|
||||
import { CollapsibleArrow } from '@/components/CollapsibleArrow/CollapsibleArrow'
|
||||
import Link from 'next/link'
|
||||
import { siteConfig } from '@/config/site'
|
||||
|
||||
/**
|
||||
* Represents a simple item component.
|
||||
|
|
@ -156,7 +157,7 @@ export const Menu = ({menu}: MenuProps) => {
|
|||
href={"/"} onClick={() => setDisplayMenuMobile(false)}
|
||||
className={styles.logoLink}
|
||||
>
|
||||
<Logo withText={false} height={30} color={"#426156"}/>
|
||||
<Logo withText={false} height={30} color={siteConfig.baseColor}/>
|
||||
</Link>
|
||||
<Image
|
||||
src={MenuIcon}
|
||||
|
|
|
|||
Loading…
Reference in a new issue