Skip to content

Commit a5c7d8a

Browse files
authored
Merge pull request #70 from marketing-relevance/hide-badge
Hide reCAPTCHA badge using visibility css property.
2 parents 8f966c5 + d4ee2f6 commit a5c7d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/googlerecaptchav3/template.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@if($display === false)
77
<style {!! $nonce !!}>
88
.grecaptcha-badge {
9-
display: none;
9+
visibility: hidden;
1010
}
1111
</style>
1212
@endif

0 commit comments

Comments
 (0)