From d68bd316bef54ad1203326c41365e6e3cb8f7f05 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:29:59 +0900 Subject: [PATCH] docs: modify twitter link Footer.vue The old twitter link, "https://twitter.com/startalehq" is no longer active. Instead, modified the link to https://x.com/StartaleGroup". Meanwhile, Twitter has rebranded as X. It's appropriate to call it X now, and the icon needs to change accordingly. It looks like this needs to be fixed as well. --- components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Footer.vue b/components/Footer.vue index d797d28..5253b30 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -116,7 +116,7 @@ const navigation = [ const social = [ { label: "Twitter", - href: "https://twitter.com/startalehq", + href: "https://x.com/StartaleGroup", icon: Twitter, }, // {