File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ import { Hamburger, YappLogo } from 'public/assets/icons';
10
10
import { ReactElement , useEffect , useRef } from 'react' ;
11
11
import styled from 'styled-components' ;
12
12
import media from 'styles/media' ;
13
- import Button from '../Button' ;
14
- import { NEXT_GENERATION_RECRUIT_LINK } from 'database/recruit' ;
15
13
16
14
function Header ( ) : ReactElement {
17
15
const { asPath } = useRouter ( ) ;
@@ -48,17 +46,6 @@ function Header(): ReactElement {
48
46
< MenuText active = { asPath === path } > { name } </ MenuText >
49
47
</ Link >
50
48
) ) }
51
- < Button
52
- buttonColor = { 'blue_100' }
53
- width = { 129 }
54
- height = { 39 }
55
- borderRadius = { 150 }
56
- onClick = { ( ) =>
57
- ( window . location . href = NEXT_GENERATION_RECRUIT_LINK )
58
- }
59
- >
60
- < ButtonText > 알림 신청하기</ ButtonText >
61
- </ Button >
62
49
</ HeaderMenu >
63
50
< MobileHeaderMenu onClick = { handleToggleMenu } />
64
51
</ HeaderInner >
@@ -122,9 +109,5 @@ const MobileHeaderMenu = styled(Hamburger)`
122
109
cursor: pointer;
123
110
}
124
111
` ;
125
- const ButtonText = styled . span `
126
- color: white;
127
- font-size: 1.6rem;
128
- ` ;
129
112
130
113
export default Header ;
You can’t perform that action at this time.
0 commit comments