Skip to content

Commit

Permalink
Merge pull request #43 from onflow/nialexsan/updated-cadence-banner
Browse files Browse the repository at this point in the history
update cadence banner
  • Loading branch information
nialexsan authored Feb 8, 2024
2 parents 07dc38c + 7d262f7 commit 27e1429
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,11 @@ const config = {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
announcementBar: {
id: 'support_us',
content: `⚠ Upgrade to Cadence 1.0<br />
The Crescendo network upgrade, including Cadence 1.0, is coming soon.
You most likely need to update all your contracts/transactions/scripts to support this change.<br />
Please visit our migration guide here:
<a href="https://cadence-lang.org/docs/cadence-migration-guide">https://cadence-lang.org/docs/cadence-migration-guide</a>`,
backgroundColor: '#F27360',
id: 'stable_cadence_upgrade',
content: `🔧 Upgrade to Cadence 1.0 🔧<br />
The highly anticipated <a href="https://flow.com/upgrade/crescendo" target="_blank">Crescendo</a> network upgrade is coming soon with 20+ new <a href="https://flow.com/upgrade/cadence-1" target="_blank">Cadence 1.0</a> features and <a href="https://flow.com/upgrade/evm" target="_blank">EVM</a> equivalence.
`,
backgroundColor: '#007BFF',
textColor: '#FFFFFF',
isCloseable: true,
},
Expand Down

0 comments on commit 27e1429

Please sign in to comment.