From 58744f47341546b4ff05c29632e8915cfb1a55ca Mon Sep 17 00:00:00 2001 From: Sarthak Kumar Shailendra <69191344+sarthak-kumar-shailendra@users.noreply.github.com> Date: Wed, 8 Oct 2025 00:10:33 +0530 Subject: [PATCH] fix: update twitter icon to x (#2219) --- changelogs/internal/newsfragments/2219.clarification | 1 + config/_default/hugo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelogs/internal/newsfragments/2219.clarification diff --git a/changelogs/internal/newsfragments/2219.clarification b/changelogs/internal/newsfragments/2219.clarification new file mode 100644 index 00000000..ef0721b4 --- /dev/null +++ b/changelogs/internal/newsfragments/2219.clarification @@ -0,0 +1 @@ +Swapped icon for X (fka. twitter) to updated logo in footer. \ No newline at end of file diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 0e334ace..400643b2 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -110,7 +110,7 @@ sidebar_menu_compact = true [[params.links.bottom]] name = "Twitter" url = "https://twitter.com/matrixdotorg" - icon = "fab fa-twitter" + icon = "fab fa-x-twitter" desc = "Matrix on Twitter"