Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Newsletter slice (#1005)
Browse files Browse the repository at this point in the history
* Adds background image yo the newsletter slice

* updates strip image

* fixes typo
  • Loading branch information
SiAshbery authored Dec 13, 2021
1 parent 751a896 commit c93df3a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion site/pages/home/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ Array [
<span
class="subTitle"
>
Be the first to hear about webinars, events blogs and more.
Be the first to hear about webinars, events, blogs and more.
</span>
</h2>
<div
Expand Down
2 changes: 1 addition & 1 deletion site/pages/home/hubspot-signup/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`site/pages/home/hubspot-signup renders correctly 1`] = `
<span
class="subTitle"
>
Be the first to hear about webinars, events blogs and more.
Be the first to hear about webinars, events, blogs and more.
</span>
</h2>
<div
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/pages/home/hubspot-signup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function HubspotSignup() {
<h2 className={styles.title}>
Sign up to Badger News
<span className={styles.subTitle}>
Be the first to hear about webinars, events blogs and more.
Be the first to hear about webinars, events, blogs and more.
</span>
</h2>
<div
Expand Down
3 changes: 3 additions & 0 deletions site/pages/home/hubspot-signup/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

.newsletter {
composes: dividerBlack;
background-image: url('./images/website-newsletter-strip.png');
background-repeat: no-repeat;
background-position: center;
background-color: badgerBlack;
color: badgerWhite;
text-align: center;
Expand Down

0 comments on commit c93df3a

Please sign in to comment.