Skip to content

Commit

Permalink
fix(web): change footer information (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
injoon2019 authored Aug 30, 2024
1 parent a696d1c commit 0a8b691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export function Footer() {
<Text typography="t1">서울특별시 송파구 잠실동 217-7 303호</Text>
</div>
<div className={boxStyle({ margin: 'normal' })}>
<Text typography="t1">대표 손인준 | 사업자번호 654-11-02572</Text>
<Text typography="t1">사업자번호 654-11-02572</Text>
</div>
<div className={boxStyle({ margin: 'normal' })}>
<Text typography="t1">문의 injun1994@naver.com</Text>
<Text typography="t1">문의 bottles.developer@gmail.com</Text>
</div>
<div className={boxStyle({ margin: 'normal' })}>
<Text typography="t1">Copyright © Bottles Corp. All rights reserved</Text>
Expand Down

0 comments on commit 0a8b691

Please sign in to comment.