diff --git a/components/Announcement.js b/components/Announcement.js index 5ebdab5..f1a086c 100644 --- a/components/Announcement.js +++ b/components/Announcement.js @@ -1,7 +1,7 @@ import React from 'react' // Feature flag -const ACTIVE = false +const ACTIVE = true const key = 'CARBON_CTA_2' @@ -36,8 +36,14 @@ function Toast() { return (
-

Never lose a Carbon again - save your work automatically!

- Click "Sign up" to try it out! +

The team that created Carbon has been acquired!

— + + Read more + @@ -61,6 +67,10 @@ function Toast() { margin-top: calc(var(--x4) * -1); animation-name: slide; animation-duration: 600ms; + width: 610px; + max-width: 100vw; + margin-left: auto; + margin-right: auto; } .toast-content { @@ -70,6 +80,7 @@ function Toast() { a { text-decoration: underline; + margin-left: 12px; } .close-toast {