Skip to content

Commit

Permalink
[ Common ] [ Chore ] 이메일 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jamooooong committed Nov 11, 2024
1 parent 9bcf7e9 commit 73de50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/src/shared/components/layout/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Footer = () => {
<footer className={footerStyle}>
<Link href="/">개인정보처리방침</Link>
<Link href="/">서비스 이용약관</Link>
<Link href="/">Contact | gitbal2019@gmail.com</Link>
<Link href="/">Contact | rankit.run@gmail.com</Link>
</footer>
);
};
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/shared/components/layout/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Footer = () => {
<div className={contentStyle}>
<button>개인정보처리방침</button>
<button>서비스 이용약관</button>
<p>Contact | gitbal2019@gmail.com</p>
<p>Contact | rankit.run@gmail.com</p>
</div>
</footer>
);
Expand Down

0 comments on commit 73de50a

Please sign in to comment.