Skip to content

Commit

Permalink
update wording for the subscribe form
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Dec 20, 2024
1 parent 262cf6b commit a770eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/partials/blog-subscribe-form.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="blog-subscribe">
<div class="blog-subscribe--title">Sign up for our newsletters!</div>
<div class="blog-subscribe--title">Subscribe to new posts</div>
<div class="blog-subscribe--tagline">
We write about engineering and engineering management
Get more stories like this in your inbox
</div>
<div class="blog-subscribe--form">
<div class="form-group form-label-up">
Expand All @@ -17,7 +17,7 @@
<label for="email">Email</label>
</div>
<button class="btn btn-small btn-with-arrow" type="submit">
Submit
Subscribe
{{
(resources.Get "img/ico-mail.svg").Content
| strings.TrimSpace
Expand Down

0 comments on commit a770eea

Please sign in to comment.