Skip to content

Commit

Permalink
Merge pull request #776 from onflow/cf/update-banner
Browse files Browse the repository at this point in the history
Update banner text
  • Loading branch information
chasefleming authored May 20, 2024
2 parents 0631ae6 + 3dfc1c1 commit 7747c5c
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions src/components/TopNav/Announcement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,34 +50,16 @@ const Announcement = () => {
<Flex sx={styles.content}>
<Box sx={styles.message}>🔧 Upgrade to Cadence 1.0 🔧</Box>
<Box sx={styles.message}>
The highly anticipated
<Link
sx={styles.devLink}
target="_blank"
rel="noreferrer"
href="https://flow.com/upgrade/crescendo"
href="https://flow.com/upgrade/crescendo/migration"
>
Crescendo
Upgrade
</Link>
network upgrade is coming soon with 20+ new
<Link
sx={styles.devLink}
target="_blank"
rel="noreferrer"
href="https://flow.com/upgrade/cadence-1"
>
Cadence 1.0
</Link>
features and
<Link
sx={styles.devLink}
target="_blank"
rel="noreferrer"
href="https://flow.com/upgrade/evm"
>
EVM
</Link>
equivalence.
your Cadence contracts on Testnet before June 19th! All contracts must
be updated to avoid breaking.
</Box>
</Flex>
<IconButton size="lg" onClick={toggleAnnouncement}>
Expand Down

0 comments on commit 7747c5c

Please sign in to comment.