From 11fc90fa1455704754b4537a256c2c9fcfdaf6a6 Mon Sep 17 00:00:00 2001 From: captain-Akshay Date: Mon, 25 Sep 2023 21:38:29 +0530 Subject: [PATCH] refactor: update twitter logo with X icon and responsive --- components/footer/FooterList.js | 2 +- components/icons/Twitter.js | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/components/footer/FooterList.js b/components/footer/FooterList.js index 77bacb005c09..c97a8cff65a5 100644 --- a/components/footer/FooterList.js +++ b/components/footer/FooterList.js @@ -9,7 +9,7 @@ export const socialMediaLinks = [ { url: "https://twitter.com/AsyncAPISpec", label: "Twitter", - icon: , + icon: , }, { url: "https://github.com/asyncapi", diff --git a/components/icons/Twitter.js b/components/icons/Twitter.js index c57ae623391c..15d860ef1010 100644 --- a/components/icons/Twitter.js +++ b/components/icons/Twitter.js @@ -1,11 +1,12 @@ export default function IconTwitter({ className }) { return ( - - + + + ) }