From e5ffcde6e98ce857189ee171de8058e43f5d3db7 Mon Sep 17 00:00:00 2001
From: Tobias Lindberg <tobias.ehlert@gmail.com>
Date: Mon, 19 Feb 2024 16:57:52 +0000
Subject: [PATCH] Change fontawesome icon from Twitter logo to X logo (#895)

---
 exampleSite/config.toml |    2 +-
 docs/configurations.md  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/configurations.md b/docs/configurations.md
index 2525a00..0afc5ba 100644
--- a/docs/configurations.md
+++ b/docs/configurations.md
@@ -159,7 +159,7 @@
   url = "https://gitlab.com/johndoe/"
 [[params.social]]
   name = "Twitter"
-  icon = "fa-brands fa-twitter fa-2x"
+  icon = "fa-brands fa-x-twitter fa-2x"
   weight = 3
   url = "https://twitter.com/johndoe/"
 ```
@@ -296,7 +296,7 @@
   url = "https://gitlab.com/johndoe/"
 [[params.social]]
   name = "Twitter"
-  icon = "fa-brands fa-twitter fa-2x"
+  icon = "fa-brands fa-x-twitter fa-2x"
   weight = 3
   url = "https://twitter.com/johndoe/"
 
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index e3daeba..23f8ce2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -141,7 +141,7 @@
 
 [[params.social]]
 name = "Twitter"
-icon = "fa-brands fa-twitter fa-2x"
+icon = "fa-brands fa-x-twitter fa-2x"
 weight = 3
 url = "https://twitter.com/johndoe/"
 

--
Gitblit v1.10.0