Skip to content

Commit

Permalink
fixed cta secondary action bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bogreudell committed Mar 20, 2021
1 parent 9440f97 commit f83fd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/section.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<?php echo $section_action_text; ?>
</a>
<?php endif; ?>
<?php if ( $secondary_section_action_link ): ?>
<?php if ( $section_secondary_action_link ): ?>
<a class="wt_section__aside--secondaryaction"
href="<?php echo $section_secondary_action_link; ?>">
<i class="fal fa-arrow-to-right"></i>
Expand Down

0 comments on commit f83fd1a

Please sign in to comment.