From 26e5961b6c5c38f0aaca464a5cf54c6b8ddabaea Mon Sep 17 00:00:00 2001 From: nitesh2920 Date: Wed, 9 Oct 2024 19:04:10 +0530 Subject: [PATCH 1/2] Twitter icon change --- addon/constants/es-footer.js | 2 +- addon/constants/icons.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addon/constants/es-footer.js b/addon/constants/es-footer.js index f09fd2d4..feef0656 100644 --- a/addon/constants/es-footer.js +++ b/addon/constants/es-footer.js @@ -3,7 +3,7 @@ const socialLinks = [{ title: 'Twitter', href: 'http://twitter.com/emberjs', - class: 'twitter-logo', + class: 'x-logo', label: 'Official Ember Twitter Account' }, { title: 'GitHub', diff --git a/addon/constants/icons.js b/addon/constants/icons.js index f2fd1dc9..87e9474d 100644 --- a/addon/constants/icons.js +++ b/addon/constants/icons.js @@ -1,6 +1,6 @@ export default { - 'twitter-logo': - '', + 'x-logo': + '', 'github-logo': '', 'discord-logo': From ec1979de930d718357e3b6c7189d027ebab73d31 Mon Sep 17 00:00:00 2001 From: nitesh2920 Date: Fri, 11 Oct 2024 16:49:24 +0530 Subject: [PATCH 2/2] twiiter updated --- addon/constants/es-footer.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addon/constants/es-footer.js b/addon/constants/es-footer.js index feef0656..92059101 100644 --- a/addon/constants/es-footer.js +++ b/addon/constants/es-footer.js @@ -1,10 +1,10 @@ /* eslint-disable prettier/prettier */ const socialLinks = [{ - title: 'Twitter', - href: 'http://twitter.com/emberjs', + title: 'X', + href: 'http://x.com/emberjs', class: 'x-logo', - label: 'Official Ember Twitter Account' + label: 'Official Ember X Account' }, { title: 'GitHub', href: 'https://github.com/emberjs/ember.js',