Skip to content

Commit

Permalink
Update SubscribedToStatusPage.hbs
Browse files Browse the repository at this point in the history
Remove InfoBlock which is identical to EmailTitle and thus messing up the template when send to the new subscriber.
  • Loading branch information
ThoSt81 authored Dec 11, 2024
1 parent 180d02c commit d506e65
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{{> CustomLogo this}}
{{> EmailTitle title=(concat "You have been subscribed to status page - " statusPageName) }}

{{> InfoBlock info=(concat "You have been subscribed to status page - " statusPageName)}}
{{> InfoBlock info="You will be the first to hear from us when there are any incidents, announcements or scheduled maintenance events."}}

{{> ButtonBlock buttonUrl=statusPageUrl buttonText="Go to Status Page"}}
Expand All @@ -15,4 +14,4 @@

{{> VerticalSpace this}}

{{> End this}}
{{> End this}}

0 comments on commit d506e65

Please sign in to comment.