website: Disable alert banner (#11869)

This commit is contained in:
Noel Quiles 2021-12-16 13:49:54 -05:00 committed by GitHub
parent a20a6111b5
commit 19f2476bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export const ALERT_BANNER_ACTIVE = true
export const ALERT_BANNER_ACTIVE = false
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export default {