From 9b6195d3da9c92aa81f2610c37d2ff2545193006 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Tue, 20 May 2025 15:40:32 -0400 Subject: [PATCH] Replace Twitter with X --- socials.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/socials.js b/socials.js index 9b7dd63373..0c0cd9ddae 100644 --- a/socials.js +++ b/socials.js @@ -4,9 +4,9 @@ const generateA = (url, icon, title) => { const socials = [ generateA( - 'https://twitter.com/folke', - "", - "Twitter", + 'https://x.com/folke', + "", + "X", ), generateA( 'https://matrix.to/#/#lazyvim:matrix.org',