Skip to content

Commit

Permalink
Add welcome survey
Browse files Browse the repository at this point in the history
  • Loading branch information
katomm committed Jul 12, 2021
1 parent 4f2ce31 commit 6483182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ module.exports = {
// id: always change it when changing the announcement
// backgroundColor: use #FD7575 for warnings and #2AA18A for announcements
announcementBar: {
id: "support_se1", // Any value that will identify this message.
id: "survey_op1", // Any value that will identify this message.
content:
`<strong>Cardano Stack Exchange is now open to the public. ⭐️<a target="_blank" rel="noopener noreferrer" href="https://cardano.stackexchange.com">Join us!</a></strong>`,
`<strong>Welcome to the new Developer Portal.🎉 Your opinion matters! Please take 2 minutes to <a target="_blank" rel="noopener noreferrer" href="https://cardanocommunity.typeform.com/to/f2lKIRB6">fill out our survey</a>.</strong>`,
backgroundColor: "#2AA18A",
textColor: "#FFFFFF", // Use #FFFFFF
isCloseable: true, // Use true
Expand Down

0 comments on commit 6483182

Please sign in to comment.