diff --git a/src/components/common/header/header.module.scss b/src/components/common/header/header.module.scss index 94105c3..16a62bf 100644 --- a/src/components/common/header/header.module.scss +++ b/src/components/common/header/header.module.scss @@ -38,7 +38,7 @@ width: tovw(7px, 'default', 7px); height: tovw(7px, 'default', 7px); content: ''; - transition: opacity var(--normal-transition); + transition: opacity var(--duration-normal) var(--ease); transform: translateY(-50%); opacity: 0; background: var(--color-white); diff --git a/src/components/common/header/index.tsx b/src/components/common/header/index.tsx index 926605a..9b0da7c 100644 --- a/src/components/common/header/index.tsx +++ b/src/components/common/header/index.tsx @@ -39,7 +39,10 @@ const HeaderMobile = React.forwardRef< ))} - + Join Us