From 02650a8e19242d0ea39e3823822049f6f9363f3a Mon Sep 17 00:00:00 2001 From: Santiago Chausis Date: Wed, 25 Mar 2026 11:51:10 -0300 Subject: [PATCH] fix: update Twitter icon to X logo in navbar --- astro.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/astro.config.ts b/astro.config.ts index 20348484..fa3d1375 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -32,11 +32,7 @@ const config = defineConfig({ href: 'https://github.com/freeCodeCamp', icon: 'github' }, - { - label: 'Twitter', - href: 'https://twitter.com/freeCodeCamp', - icon: 'twitter' - }, + { icon: 'x.com', label: 'X', href: 'https://twitter.com/freeCodeCamp' }, { label: 'Discord', href: 'https://chat.freecodecamp.org',