From 3b9c8702d6ff83dbbd792a0410ebc99da98b8e2f Mon Sep 17 00:00:00 2001 From: Yu-huan Kuo Date: Thu, 10 Oct 2024 14:29:47 +0800 Subject: [PATCH] fix: instagram and threads link renewal --- config/links.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/links.ts b/config/links.ts index 23c812f..3982ab3 100644 --- a/config/links.ts +++ b/config/links.ts @@ -30,12 +30,12 @@ export const SOCIAL_LINKS: { key: number, icon: string, href: string }[] = [ { key: 2, icon: 'instagram', - href: 'https://www.instagram.com/khh._.owo' + href: 'https://www.instagram.com/rnmeow.wasm' }, { key: 3, icon: 'threads', - href: 'https://www.threads.net/khh._.owo' + href: 'https://www.threads.net/rnmeow.wasm' }, { key: 4,