From 49569a15b4954176301c95c1973d465dd98b449c Mon Sep 17 00:00:00 2001 From: taga3s Date: Sun, 22 Dec 2024 17:04:52 +0900 Subject: [PATCH] update qiita url --- app/components/profile/ProfileLinks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/profile/ProfileLinks.tsx b/app/components/profile/ProfileLinks.tsx index 457aa53..0be8584 100644 --- a/app/components/profile/ProfileLinks.tsx +++ b/app/components/profile/ProfileLinks.tsx @@ -17,7 +17,7 @@ const links = [ }, { title: "Qiita", - url: "https://qiita.com/t33s_dev", + url: "https://qiita.com/taga3s", style: qiita, icon: , },