Skip to content

Commit

Permalink
[feat]: 첨부된 링크를 새 창으로 열도록 수정 (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
uraflower committed Jun 25, 2024
1 parent d547728 commit 3bcfe31
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/layouts/App/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,24 @@ const Footer = () => {
<span className={styles.logo}>펀딩하기</span>
<span className={styles.txt_desc}>
본 서비스는{' '}
<a href="https://gift.kakao.com/" className={styles.txt_link}>
<a
href="https://gift.kakao.com/"
className={styles.txt_link}
target="_blank"
rel="noreferrer noopener"
>
카카오톡 선물하기
</a>
를 모방하여 제작한 것으로, 실제로 상품을 판매하는 서비스가 아님을
밝힙니다.
</span>
<div className={styles.wrapper_link}>
<a href="https://github.com/KakaoFunding" className={styles.txt_link}>
<a
href="https://github.com/KakaoFunding"
className={styles.txt_link}
target="_blank"
rel="noreferrer noopener"
>
GitHub 바로가기
</a>
</div>
Expand Down

0 comments on commit 3bcfe31

Please sign in to comment.