diff --git a/css/components/social.css b/css/components/social.css index 391850b..bee8e8d 100644 --- a/css/components/social.css +++ b/css/components/social.css @@ -19,7 +19,7 @@ flex: none; block-size: 1.6rem; inline-size: 1.6rem; - background-color: oklch(68.18% 0.158 243.35deg); /* twitter blue */ - mask: url('data-url:npm:fa-brands/twitter.svg') center / contain; + background-color: black; + mask: url('data-url:npm:fa-brands/x-twitter.svg') center / contain; } } diff --git a/elements/3-components/social.config.js b/elements/3-components/social.config.js index 84dd215..1078f98 100644 --- a/elements/3-components/social.config.js +++ b/elements/3-components/social.config.js @@ -3,7 +3,7 @@ module.exports = { context: { social: { url: 'https://twitter.com/caldiglib', - text: 'Follow us on Twitter' + text: 'Follow us on X' } } };