feat(footer): update social links to reflect new branding and correct URLs

This commit is contained in:
jinhojang6
2026-05-25 11:46:51 +09:00
parent c06d91ad35
commit b28971ba6c
+4 -4
View File
@@ -19,18 +19,18 @@
],
"socialLinks": [
{
"label": "Twitter",
"href": "https://twitter.com/logos_network",
"label": "X",
"href": "https://x.com/Logos_network",
"external": true
},
{
"label": "Discord",
"href": "https://discord.gg/logos",
"href": "https://discord.gg/logosnetwork",
"external": true
},
{
"label": "YouTube",
"href": "https://youtube.com/@logos_network",
"href": "https://www.youtube.com/@LogosNetwork",
"external": true
},
{ "label": "Blog", "href": "/blog" },