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 ( - - + + + ) }