Skip to content

Commit

Permalink
fix: remove ctas
Browse files Browse the repository at this point in the history
  • Loading branch information
mvstepanek committed Aug 2, 2024
1 parent 53ae68c commit 5aaa47e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions templates/content-single-glossary.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@

<div class="Post__buttons">
<a href="<?php _e( '/glossary/', 'urlslab' ); ?>" class="Button Button--outline Button--back"><span><?php _e( 'Back to Glossary', 'urlslab' ); ?></span></a>

<a href="<?php _e( '/trial/', 'urlslab' ); ?>" class="Button Button--full">
<span><?php _e( 'Create account for FREE', 'urlslab' ); ?></span>
</a>
</div>

<div class="Post__content__resources">
Expand Down
4 changes: 0 additions & 4 deletions templates/content-single-videos.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@

<div class="Post__buttons" style="margin-top: 2em;">
<a href="<?php _e( '/videos/', 'urlslab' ); ?>" class="Button Button--outline Button--back"><span><?php _e( 'Back to Videos', 'urlslab' ); ?></span></a>

<a href="<?php _e( '/trial/', 'urlslab' ); ?>" class="Button Button--full">
<span><?php _e( 'Create account for FREE', 'urlslab' ); ?></span>
</a>
</div>

<div class="Post__content__resources">
Expand Down

0 comments on commit 5aaa47e

Please sign in to comment.