Skip to content

Commit

Permalink
chore: 구글폼 링크 수정
Browse files Browse the repository at this point in the history
- 15기 사전예약 링크로 수정함
  • Loading branch information
yeonju0110 committed Mar 23, 2024
1 parent 58f7bfd commit cbcbf38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layouts/components/header/components/modal/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const Modal = ({ isOpen, pathname, closeModal }: ModalProps) => {
<Link to="/project" className={clsx({ [css.active]: pathname === withPrefix('/project') })} onClick={closeModal}>
Project
</Link>
<a href="https://forms.gle/dMehpCFYYSJYUB1U9" className={css.apply_button} onClick={closeModal}>
<a href="https://forms.gle/LWfsozJbsrhkpyCr5" className={css.apply_button} onClick={closeModal}>
<span>지원하기</span>
</a>
</ReactModal>
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Header = ({ pathname }: Props) => {
<Link to="/project" className={clsx({ [css.active]: pathname === withPrefix('/project') })}>
Project
</Link>
<a href="https://forms.gle/dMehpCFYYSJYUB1U9" className={css.apply_button}>
<a href="https://forms.gle/LWfsozJbsrhkpyCr5" className={css.apply_button}>
지원하기
</a>
</nav>
Expand Down

0 comments on commit cbcbf38

Please sign in to comment.