Skip to content

Commit 897b46a

Browse files
committed
Fix: 누락된 카카오톡 링크
1 parent 1a6b06d commit 897b46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Footer() {
1313
<Link href="mailto:[email protected]" target="_blank">
1414
<FaEnvelope size={18} />
1515
</Link>
16-
<Link href="https://kakaotalk-link" target="_blank">
16+
<Link href="https://open.kakao.com/o/sdG4BPjh" target="_blank">
1717
<RiKakaoTalkFill size={18} />
1818
{/* 카카오톡 전용 ��이콘 없을 경우 채팅 아이콘으로 대체 */}
1919
</Link>

0 commit comments

Comments
 (0)