Skip to content

Commit 85b512f

Browse files
committed
Add kakao open chat link
1 parent 9c257de commit 85b512f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/landing/src/components/Discord.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function Discord() {
3636
textDecoration: 'none',
3737
borderRadius: '100px',
3838
})}
39-
href="#"
39+
href="https://open.kakao.com/o/giONwVAh"
4040
target="_blank"
4141
>
4242
<Flex

apps/landing/src/components/Header/Kakao.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export function Kakao() {
77
className={css({
88
textDecoration: 'none',
99
})}
10-
href="#"
10+
href="https://open.kakao.com/o/giONwVAh"
1111
target="_blank"
1212
>
1313
<svg

0 commit comments

Comments
 (0)