From 03114a8261044bf368293ab1d8afc4991c5028f8 Mon Sep 17 00:00:00 2001 From: Ian Cook Date: Tue, 9 Apr 2024 05:45:40 -0400 Subject: [PATCH] MINOR: [Docs] Change Twitter logo to X logo (#41096) Thanks Elon --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ad8fa798d6aac..05340dc923c89 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -346,9 +346,9 @@ "icon": "fa-brands fa-square-github", }, { - "name": "Twitter", + "name": "X", "url": "https://twitter.com/ApacheArrow", - "icon": "fa-brands fa-square-twitter", + "icon": "fa-brands fa-square-x-twitter", }, ], "show_version_warning_banner": True,