diff --git a/apps/desktop/layer/renderer/src/styles/base.css b/apps/desktop/layer/renderer/src/styles/base.css index 723c9c82a..517fcd1ae 100644 --- a/apps/desktop/layer/renderer/src/styles/base.css +++ b/apps/desktop/layer/renderer/src/styles/base.css @@ -63,3 +63,7 @@ button { #react-scan-toolbar { @apply no-drag-region max-lg:!hidden; } + +.grecaptcha-badge { + visibility: hidden !important; +} diff --git a/apps/ssr/client/styles/index.css b/apps/ssr/client/styles/index.css index 959e1b25f..662e46366 100644 --- a/apps/ssr/client/styles/index.css +++ b/apps/ssr/client/styles/index.css @@ -31,3 +31,7 @@ button { [data-theme="dark"] { --bg-opacity: rgba(29, 29, 31, 0.72); } + +.grecaptcha-badge { + visibility: hidden !important; +}