This is an automated email from the ASF dual-hosted git repository.

yilinzeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 31c64586bc8 #1677 : Changed Twitter Logo to X (#1678)
31c64586bc8 is described below

commit 31c64586bc8f99eb57556244f57d4eca283046ec
Author: Shantanu Sutar <[email protected]>
AuthorDate: Mon Sep 11 13:51:34 2023 +0530

    #1677 : Changed Twitter Logo to X (#1678)
---
 doc/src/theme/Footer/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/theme/Footer/index.tsx b/doc/src/theme/Footer/index.tsx
index a48e31665ed..2d3af77e7d4 100644
--- a/doc/src/theme/Footer/index.tsx
+++ b/doc/src/theme/Footer/index.tsx
@@ -11,7 +11,7 @@ import Link from '@docusaurus/Link';
 import useBaseUrl from '@docusaurus/useBaseUrl';
 import { Icon } from '@iconify/react';
 import githubIcon from '@iconify/icons-akar-icons/github-fill';
-import twitterIcon from '@iconify/icons-akar-icons/twitter-fill';
+import twitterIcon from '@iconify/icons-ri/twitter-x-fill';
 import slackIcon from '@iconify/icons-akar-icons/slack-fill';
 import youtubeIcon from '@iconify/icons-akar-icons/youtube-fill';
 import { LazyLoadImage } from 'react-lazy-load-image-component';

Reply via email to