Skip to content

Commit

Permalink
Update social coponent twitter brand and logo to X
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCDL committed Aug 13, 2024
1 parent 0cf10de commit 8fa0290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions css/components/social.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
2 changes: 1 addition & 1 deletion elements/3-components/social.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
context: {
social: {
url: 'https://twitter.com/caldiglib',
text: 'Follow us on Twitter'
text: 'Follow us on X'
}
}
};

0 comments on commit 8fa0290

Please sign in to comment.