Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/components/makers/Notifier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface NotifierProps {
className?: string;
}

const RECRUITING_URL = 'https://bit.ly/37thmakers';
const RECRUITING_URL = 'https://sopt-makers.notion.site/38-2fd76042aac280f39548e46b98e2a06a?pvs=73';
// 'https://makers.sopt.org/recruit?utm_source=playground&utm_medium=depth2_button&utm_campaign=recruiting&utm_id=3rd_makers';

const Notifier: FC<NotifierProps> = ({ className }) => {
Expand All @@ -19,10 +19,10 @@ const Notifier: FC<NotifierProps> = ({ className }) => {
{/* MEMO: 38κΈ° λͺ¨μ§‘ μ‹œμž‘ μ‹œ 주석 ν•΄μ œ */}
{/* <Title>36κΈ° makers 지원이 κ³§ μ‹œμž‘λ  μ˜ˆμ •μ΄μ—μš”.</Title> */}
{/* <Title>36κΈ° makers 지원이 μ‹œμž‘λ˜μ—ˆμ–΄μš”.</Title> */}
<Title>ν˜„μž¬ 37κΈ° makers μ§„ν–‰ μ€‘μ΄μ—μš”. 38κΈ°μ—μ„œ λ§Œλ‚˜μš”!</Title>
{/* <Title>ν˜„μž¬ 37κΈ° makers νŒ€ λͺ¨μ§‘이 μ§„ν–‰ μ€‘μ΄μ—μš”. κ³§ λ§Œλ‚˜μš”!</Title> */}
<SubTitle>38κΈ° λͺ¨μ§‘은 2026λ…„ 2μ›” 쀑에 진행될 μ˜ˆμ •μ΄μ—μš”.</SubTitle>
{/* <SubTitle>35κΈ° λͺ¨μ§‘은 2024λ…„ 7μ›” 31일 μˆ˜μš”μΌλΆ€ν„° 8μ›” 7일 μˆ˜μš”μΌ 23:59κΉŒμ§€ 진행될 μ˜ˆμ •μ΄μ—μš”.</SubTitle> */}
{/* <Title>ν˜„μž¬ 37κΈ° makers μ§„ν–‰ μ€‘μ΄μ—μš”. 38κΈ°μ—μ„œ λ§Œλ‚˜μš”!</Title> */}
<Title>ν˜„μž¬ 38κΈ° makers νŒ€ λͺ¨μ§‘이 μ§„ν–‰ μ€‘μ΄μ—μš”. κ³§ λ§Œλ‚˜μš”!</Title>
{/* <SubTitle>38κΈ° λͺ¨μ§‘은 2026λ…„ 2μ›” 쀑에 진행될 μ˜ˆμ •μ΄μ—μš”.</SubTitle> */}
<SubTitle>38κΈ° λͺ¨μ§‘은 2026λ…„ 2μ›” 6일 κΈˆμš”μΌλΆ€ν„° 2μ›” 13일 κΈˆμš”μΌ 23:59κΉŒμ§€ 진행될 μ˜ˆμ •μ΄μ—μš”.</SubTitle>
<ButtonGroup>
{/* MEMO: 36κΈ° λͺ¨μ§‘ μ•Œλ¦Ό μ‹ μ²­μ‹œμ— λ‹€μ‹œ 주석 ν•΄μ œ */}
{/* <SubscribeButton href={RECRUIT_NOTIFY_GENERATION_URL} target='_blank'>
Expand All @@ -36,7 +36,7 @@ const Notifier: FC<NotifierProps> = ({ className }) => {
</ExpiredButton> */}
<ExpiredButton href={RECRUITING_URL} target='_blank'>
<StyledOutgoingIcon />
37κΈ° λͺ¨μ§‘κΈ€ 보기
38κΈ° λͺ¨μ§‘κΈ€ 보기
</ExpiredButton>
</ButtonGroup>
</StyledJoinNotifier>
Expand Down
Loading