Skip to content

Commit

Permalink
Merge pull request #180 from TeamPiickle/feat/#179-footer
Browse files Browse the repository at this point in the history
[ feat ] footer 항목 변경 및 링크 추가
  • Loading branch information
joohaem committed Jan 15, 2023
2 parents 1064df9 + 9eb9013 commit 736dd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@components/@common/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface ServiceInfo {
const basicInfo = [
{ text: "이용약관", link: "https://joyous-ghost-8c7.notion.site/bc0872dc420d44f4851c5969f933db0b" },
{ text: "개인정보처리방침", link: "https://www.notion.so/0525fb9e664f4ce4a317cef1e7abdcd3" },
{ text: "제휴/광고 문의", link: "https://forms.gle/ygNPumAxTmP4vqvY7" },
{ text: "서비스 피드백", link: "https://forms.gle/cDybnShCkaX2aXok8" },
];
const serviceInfo: ServiceInfo[] = [
{
Expand Down

0 comments on commit 736dd6d

Please sign in to comment.