Skip to content

Commit 5b62bde

Browse files
committed
change <a> to <button>
Signed-off-by: Chris Abraham <[email protected]>
1 parent ebec39c commit 5b62bde

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

web/wp-content/plugins/live-stream-gate-block/live-stream-gate-block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function live_stream_gate_callback( $block_attributes ) {
110110

111111
<p>Don't have an LF account? It's free and the easiest way to access content across LF sites.</p>
112112

113-
<a class="wp-block-lf-live-stream-gate-block-button is-signup-link is-auth0 only-anonymous is-signup-link" href="">Create Account</a>
113+
<button class="wp-block-lf-live-stream-gate-block-button is-signup-link is-auth0 only-anonymous is-signup-link">Create Account</button>
114114
</div>
115115
</div>
116116
<div class="wp-block-lf-live-stream-gate-block is-auth0 only-authenticated <?php echo esc_html( $align ); ?> <?php echo esc_html( $classes ); ?>" id="<?php echo esc_html( $anchor ); ?>">

web/wp-content/plugins/live-stream-gate-block/src/style.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
font-weight: 600;
6060
letter-spacing: -0.5px;
6161
text-align: center;
62+
line-height: 24px;
6263
max-width: 180px;
6364
display: inline-block;
6465
transition: background-color 0.25s ease-out;

0 commit comments

Comments
 (0)