Skip to content

Commit

Permalink
docs: add twitter announcement bar (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Feb 28, 2024
1 parent 107bd02 commit 88c082b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ const config: Config = {
disableSwitch: false,
respectPrefersColorScheme: true,
},
announcementBar: {
id: "follow_x",
content:
'Follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/LinguiJS">X (Twitter)</a> to get the latest news and updates!',
backgroundColor: "#f36c6c",
textColor: "#1a1a1a",
},
navbar: {
title: "",
logo: {
Expand Down

0 comments on commit 88c082b

Please sign in to comment.