From 55b80953a1b0878237aff715e7f2da6d6de6eb74 Mon Sep 17 00:00:00 2001 From: Samir's Service Account <132539454+myServiceAccount@users.noreply.github.com> Date: Mon, 11 May 2026 00:12:19 +0530 Subject: [PATCH] fix: change social.yml (twitter.com -> x.com, change github icon) (#748) * Update GitHub icon class in social.yml * Update Twitter URL prefix to x.com --- assets/data/social.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/data/social.yml b/assets/data/social.yml index 642c987b..9b7ac665 100644 --- a/assets/data/social.yml +++ b/assets/data/social.yml @@ -4,7 +4,7 @@ github: Prefix: https://github.com/ Title: GitHub Icon: - Class: fa-brands fa-github-alt + Class: fa-brands fa-github # 002: LinkedIn linkedin: @@ -17,7 +17,7 @@ linkedin: # 003: Twitter (X) twitter: Weight: 3 - Prefix: https://twitter.com/ + Prefix: https://x.com/ Title: X Icon: Class: fa-brands fa-x-twitter