From 6c84e9a5d192b13e87fffc5d09c88e451c18b001 Mon Sep 17 00:00:00 2001 From: Omar Costa Hamido <18335360+omarcostahamido@users.noreply.github.com> Date: Tue, 5 Sep 2023 02:30:04 +0100 Subject: [PATCH 1/2] add new XTwitter logo to `Footer.tsx` --- components/Footer.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 4ae849af12..07454f361e 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -60,7 +60,9 @@ export const FooterImpl: React.FC = () => { target='_blank' rel='noopener noreferrer' > - + + + )} From a30c806dc92390896d614e416a96b2514ccd51a2 Mon Sep 17 00:00:00 2001 From: Omar Costa Hamido <18335360+omarcostahamido@users.noreply.github.com> Date: Tue, 5 Sep 2023 02:32:14 +0100 Subject: [PATCH 2/2] add new XTwitter logo to `PageSocial.tsx` --- components/PageSocial.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/PageSocial.tsx b/components/PageSocial.tsx index 36ec81900c..46d95ae87d 100644 --- a/components/PageSocial.tsx +++ b/components/PageSocial.tsx @@ -19,8 +19,8 @@ const socialLinks: SocialLink[] = [ href: `https://twitter.com/${config.twitter}`, title: `Twitter @${config.twitter}`, icon: ( - - + + ) },