Skip to content

Commit

Permalink
docs: Replace Twitter with X (#4990)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato authored Jan 13, 2025
1 parent 916c628 commit 419d2b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,16 @@ const config: Config = {
to: 'https://flagsmith.com/',
},
{
label: 'Twitter',
href: 'https://twitter.com/getflagsmith',
label: 'X',
href: 'https://x.com/getflagsmith',
},
],
},
{
title: 'Open Source',
items: [
{
label: 'Github',
label: 'GitHub',
href: 'https://github.com/Flagsmith',
},
{
Expand Down Expand Up @@ -205,7 +205,7 @@ const config: Config = {
},
announcementBar: {
id: 'support_us',
content: `If you like Flagsmith, give us a star 🌟 on <a target="_blank" rel="noopener noreferrer" href="https://github.com/Flagsmith/flagsmith">GitHub</a> and follow us ❤️ on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/getflagsmith">Twitter</a>`,
content: `If you like Flagsmith, give us a star 🌟 on <a target="_blank" rel="noopener noreferrer" href="https://github.com/Flagsmith/flagsmith">GitHub</a> and follow us ❤️ on <a target="_blank" rel="noopener noreferrer" href="https://x.com/getflagsmith">X</a>`,
backgroundColor: '#5d60cc',
textColor: '#ffffff',
isCloseable: true,
Expand Down
2 changes: 1 addition & 1 deletion frontend/web/components/Maintenance.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const HomePage = class extends React.Component {
Check{' '}
<a
target='_blank'
href='https://twitter.com/getflagsmith'
href='https://x.com/getflagsmith'
rel='noreferrer'
>
@getflagsmith
Expand Down

0 comments on commit 419d2b7

Please sign in to comment.