Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Vagrant
Commits
0f1513ac
Commit
0f1513ac
authored
3 years ago
by
Noel Quiles
Browse files
Options
Download
Email Patches
Plain Diff
Update alert banner for HashiConf Global 2021
parent
cfa87220
nq.update-alert-banner-hcg2021
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/data/alert-banner.js
+8
-7
website/data/alert-banner.js
with
8 additions
and
7 deletions
+8
-7
website/data/alert-banner.js
+
8
-
7
View file @
0f1513ac
...
...
@@ -2,11 +2,12 @@ export const ALERT_BANNER_ACTIVE = true
// https://github.com/hashicorp/web-components/tree/master/packages/alert-banner
export
default
{
tag
:
'
Event
'
,
url
:
'
https://hashiconf.com/global/?utm_campaign=22Q3_WW_HASHICONFGLOBAL_EVENT-USER&utm_source=CorpBanner&utm_medium=EVT&utm_offer=EVENT-USER
'
,
text
:
'
Join us for HashiConf Global - product updates, technical sessions, workshops & more
'
,
linkText
:
'
Register 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-01T12:00:00-07:00
'
,
tag
:
'
Oct 19-21
'
,
url
:
'
https://hashiconf.com/global/?utm_campaign=22Q3_WW_HASHICONFGLOBAL_EVENT-USER&utm_source=CorpBanner&utm_medium=EVT&utm_offer=EVENT-USER
'
,
text
:
'
The countdown to HashiConf Global is on. View the full schedule now.
'
,
linkText
:
'
View Schedule
'
,
// 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-19T12:00:00-07:00
'
,
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help