diff --git a/website/data/alert-banner.js b/website/data/alert-banner.js index ce39c7cbe..f5bb02226 100644 --- a/website/data/alert-banner.js +++ b/website/data/alert-banner.js @@ -1,11 +1,11 @@ -export const ALERT_BANNER_ACTIVE = false +export const ALERT_BANNER_ACTIVE = true // https://github.com/hashicorp/web-components/tree/master/packages/alert-banner export default { - tag: 'Blog post', - url: 'https://www.hashicorp.com/blog/a-new-chapter-for-hashicorp', - text: 'HashiCorp shares have begun trading on the Nasdaq. Read the blog from our founders, Mitchell Hashimoto and Armon Dadgar.', - linkText: 'Read the post', + tag: 'Survey', + url: 'https://docs.google.com/forms/d/e/1FAIpQLSeyDEyQXzkijZnkXjj8qVb_5IydajRkFnOrPjDNoysFs-6jDQ/viewform', + text: 'Using Nomad for edge workloads? We want to hear about it!', + linkText: 'Fill out our user survey', // Set the expirationDate prop with a datetime string (e.g. '2020-01-31T12:00:00-07:00') // if you'd like the component to stop showing at or after a certain date - expirationDate: '2021-12-17T23:00:00-07:00', + expirationDate: '2022-02-08T23:00:00-07:00', }