open-consul/website/data/alert-banner.js

14 lines
610 B
JavaScript
Raw Normal View History

2021-12-16 18:49:54 +00:00
export const ALERT_BANNER_ACTIVE = false
2020-04-28 17:53:30 +00:00
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default {
2021-12-09 17:09:47 +00:00
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',
2021-08-18 20:39:16 +00:00
// 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
2021-12-09 17:09:47 +00:00
expirationDate: '2021-12-17T23:00:00-07:00',
2020-04-28 17:53:30 +00:00
}