Skip to content

Commit

Permalink
Merge pull request #134 from wikitongues/project_single
Browse files Browse the repository at this point in the history
fixed cta secondary action bug
  • Loading branch information
bogreudell authored Mar 20, 2021
2 parents 9440f97 + f83fd1a commit 0ecf614
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 0ecf614

Please sign in to comment.