Skip to content

Commit ecb1434

Browse files
committed
Update feedback share link.
1 parent 76301a7 commit ecb1434

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/css/manage/_cloud.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ td.column-download {
314314
}
315315

316316
.highlight-yellow {
317-
background: #ffee58;
317+
background: #fefdba;
318318
padding: 3px;
319319
border-radius: 3px;
320320
}

src/php/views/manage.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
if ( false !== strpos( code_snippets()->version, 'beta' ) ) {
2727
echo '<div class="notice beta-test-notice"><p id="beta-testing">';
2828
echo wp_kses(
29-
__( 'Thank you for testing this <span class="highlight-yellow">beta version of Code Snippets</span>. We would love to hear your feedback.', 'code-snippets' ),
29+
__( 'Thank you for testing this <span class="highlight-yellow">beta version of Code Snippets</span>. We would love to hear your thoughts.', 'code-snippets' ),
3030
[ 'span' => [ 'class' => [ 'highlight-yellow' ] ] ]
3131
);
3232

3333
printf(
34-
' <a href="%s">%s</a>',
35-
esc_url( __( 'mailto:team@codesnippets.pro?subject=Code Snippet Beta Test Feedback', 'code-snippets' ) ),
36-
esc_html__( 'Please let us know!', 'code-snippets' )
34+
' <a href="%s" class="button button-secondary" target="_blank">%s</a>',
35+
esc_url( __( 'https://codesnippets.pro/beta-testing/feedback/', 'code-snippets' ) ),
36+
esc_html__( 'Share feedback', 'code-snippets' )
3737
);
3838
echo '</p></div>';
3939
}

0 commit comments

Comments
 (0)