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

14 lines
610 B
JavaScript
Raw Normal View History

2021-12-16 18:10:59 +00:00
export const ALERT_BANNER_ACTIVE = false
2021-06-09 16:12:59 +00:00
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default {
2021-12-09 17:09:17 +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-10-19 13:59:54 +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:17 +00:00
expirationDate: '2021-12-17T23:00:00-07:00',
}