Skip to content

Commit 3b9c870

Browse files
committed
fix: instagram and threads link renewal
1 parent 147e2d5 commit 3b9c870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/links.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ export const SOCIAL_LINKS: { key: number, icon: string, href: string }[] = [
3030
{
3131
key: 2,
3232
icon: 'instagram',
33-
href: 'https://www.instagram.com/khh._.owo'
33+
href: 'https://www.instagram.com/rnmeow.wasm'
3434
},
3535
{
3636
key: 3,
3737
icon: 'threads',
38-
href: 'https://www.threads.net/khh._.owo'
38+
href: 'https://www.threads.net/rnmeow.wasm'
3939
},
4040
{
4141
key: 4,

0 commit comments

Comments
 (0)