Skip to content

Commit

Permalink
Update HashiConf alert-banner expiration (#12891)
Browse files Browse the repository at this point in the history
Updates the HashiConf Alert Banner expiration to 10/20 @ 11pm (PT)
  • Loading branch information
Brandon Romano committed Oct 21, 2021
1 parent 886911d commit 23abfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/data/alert-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export default {
linkText: 'Join Now',
// 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-10-21T12:00:00-07:00',
expirationDate: '2021-10-20T23:00:00-07:00',
}

0 comments on commit 23abfb3

Please sign in to comment.