diff --git a/src/components/shared/header/headerItems/LeftIcon.tsx b/src/components/shared/header/headerItems/LeftIcon.tsx index b64c04c9..d9ae531f 100644 --- a/src/components/shared/header/headerItems/LeftIcon.tsx +++ b/src/components/shared/header/headerItems/LeftIcon.tsx @@ -3,8 +3,10 @@ import Link from 'next/link'; import BackArrow from '@components/icons/BackArrow'; +import Inquire from '@components/icons/Inquire'; import Logo from '@components/icons/Logo'; import useNavigation from '@hooks/useNavigation'; +import Flex from '@shared/flex/Flex'; import Text from '@shared/text/Text'; import { LeftIconProps } from '../types/headerType'; @@ -16,11 +18,18 @@ function LeftIcon({ if (type === 'home') { return ( -