Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(about, project, recruitment, footer, contact): fix link to open on a new page #33

Merged
merged 2 commits into from
Jul 13, 2023

Conversation

emost22
Copy link
Member

@emost22 emost22 commented Jun 28, 2023

Summary

다른 페이지로 이동하는 링크들을 새 창에서 열리도록 수정했습니다.

  • 관련 페이지
    • About
      • 기존회원의 블로그 후기글
    • Recruitment
      • 신입회원 지원하기 or 모집 알림 신청하기 버튼
    • Footer
      • Sponsored by 스폰서 목록
      • sns 목록
    • Contact
      • Contact Us에 연결된 링크들
  • <a> 태그를 사용한 코드는 target="_blank"를 추가했습니다.
  • location.href를 사용한 코드는 window.open(link)로 수정했습니다.

페이지 내 이동은 현재 창에서 이동합니다.

  • recruitment 페이지 내 버튼들이 동일하게 LinkButton을 사용하고 있어 isNewPage 변수를 추가했습니다.
  • 지원하기, 신청하기 버튼은 새 창에서, FAQ 바로가기 버튼은 현재 창에서 열립니다.

Issue

@emost22 emost22 added the Improvement 코드 개선 label Jun 28, 2023
@emost22 emost22 requested a review from mcauto as a code owner June 28, 2023 07:11
@emost22 emost22 self-assigned this Jun 28, 2023
@emost22 emost22 requested a review from CODe5753 July 13, 2023 05:26
@emost22 emost22 merged commit a9548f0 into Nexters:main Jul 13, 2023
@emost22 emost22 mentioned this pull request Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement 코드 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

링크 이동 시 새 창에서 뜨도록 변경
3 participants