Skip to content

Commit

Permalink
Revert "Temporarily switch out forms so we can style them; revert thi…
Browse files Browse the repository at this point in the history
…s commit before deploy"

This reverts commit dcd5f18.
  • Loading branch information
cjyabraham committed Jun 28, 2024
1 parent 4e74c4e commit d05bda1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class="newsletter__title is-style-max-width-800"><strong>Subscribe</strong> for
<div style="height:60px" aria-hidden="true"
class="wp-block-spacer is-style-20-60"></div>

<?php echo do_shortcode( '[hubspot type=form portal=8112310 id=8b58547e-6341-48d5-9440-764ed4f15e13]' ); ?>
<?php echo do_shortcode( '[hubspot type=form portal=8112310 id=be1b038f-98de-43b5-b211-d5f7bf6510c9]' ); ?>

<div style="height:30px" aria-hidden="true"
class="wp-block-spacer is-style-30-40"></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function add_kubeweekly_newsletter_shortcode( $atts ) {
<div class="wp-block-group is-style-border has-white-background-color has-background kubeweekly-newsletter">
<h3 class="is-style-spaced-uppercase">JOIN THE KUBEWEEKLY MAILING LIST</h3>
<div style="height:25px" aria-hidden="true" class="wp-block-spacer"></div>
<?php echo do_shortcode( '[hubspot type=form portal=8112310 id=8095ef7d-1275-43f3-b7b7-916056b40b3f]' ); ?>
<?php echo do_shortcode( '[hubspot type=form portal=8112310 id=9a8f2bb4-2f95-489c-a554-cd56c14b2d7b]' ); ?>
<div style="height:15px" aria-hidden="true" class="wp-block-spacer is-style-40-responsive"></div>
</div>
<?php
Expand Down

0 comments on commit d05bda1

Please sign in to comment.