Skip to content

Commit

Permalink
Revert banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlamkins authored Aug 25, 2024
1 parent 08446df commit b144a0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ const config = {
</div>`,
},
announcementBar: {
id: 'api', // Any value that will identify this message. (discord = default, api = api down)
id: 'discord', // Any value that will identify this message. (discord = default, api = api down)
content:
'The Guild Wars 2 Web API is down <a target="_blank" href="https://en-forum.guildwars2.com/topic/149447-guild-wars-2-api-disabled-from-august-16-23/#comment-2164067">until ArenaNet turns it on August 23</a>. Some module features will be unavailable until the API returns. Join our <a target="_blank" href="https://discord.gg/FYKN3qh">Discord channel</a> for assistance.',
backgroundColor: '#d94130', // Defaults to `#fff`. We typically use: #8172DA for normal and #d94130 for warnings.
'Check out our <a target="_blank" href="https://discord.gg/FYKN3qh">Discord channel</a> for the latest news, prerelease builds, and troubleshooting assistance.',
backgroundColor: '#8172DA', // Defaults to `#fff`. We typically use: #8172DA for normal and #d94130 for warnings.
textColor: 'white', // Defaults to `#000`.
isCloseable: false, // Defaults to `true`.
isCloseable: true, // Defaults to `true`.
},
colorMode: {
defaultMode: "dark",
Expand Down

0 comments on commit b144a0b

Please sign in to comment.