Skip to content

Commit

Permalink
👌 Use arrow icon for links
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-James committed Aug 11, 2021
1 parent d849853 commit cb6ba56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Notice.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,17 +219,17 @@ class="<?php echo esc_attr( $this->get_classes() ); ?>">
</p>
<p>
<a href="https://wordpress.org/support/plugin/<?php echo esc_html( $this->slug ); ?>/reviews/#new-post" target="_blank">
<?php esc_html_e( 'Ok, you deserve it', $this->domain ); ?>
<?php esc_html_e( 'Ok, you deserve it', $this->domain ); ?>
</a>
</p>
<p>
<a href="<?php echo esc_url( add_query_arg( $this->key( 'action' ), 'later' ) ); ?>">
<?php esc_html_e( 'Nope, maybe later', $this->domain ); ?>
<?php esc_html_e( 'Nope, maybe later', $this->domain ); ?>
</a>
</p>
<p>
<a href="<?php echo esc_url( add_query_arg( $this->key( 'action' ), 'dismiss' ) ); ?>">
<?php esc_html_e( 'I already did', $this->domain ); ?>
<?php esc_html_e( 'I already did', $this->domain ); ?>
</a>
</p>
</div>
Expand Down

0 comments on commit cb6ba56

Please sign in to comment.