diff options
author | silverwind <me@silverwind.io> | 2024-03-04 04:33:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 03:33:20 +0000 |
commit | a2e90014ec20a1085449a66061389cfe0d12260f (patch) | |
tree | 1c0433015657b5ae0afa13080e2c4949f685b040 /templates/user/auth | |
parent | fe6792dff3d167e87b0c4476f7e7a7ce15742855 (diff) | |
download | gitea-a2e90014ec20a1085449a66061389cfe0d12260f.tar.gz gitea-a2e90014ec20a1085449a66061389cfe0d12260f.zip |
Replace some `gt-` classes with `tw-` (#29570)
Replace 18 `gt-` prefixes with `tw-` with perl replacement. I manually
checked them all with `rg` afterwards.
Diffstat (limited to 'templates/user/auth')
-rw-r--r-- | templates/user/auth/captcha.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/captcha.tmpl b/templates/user/auth/captcha.tmpl index 1c3379e629..d4d1a82418 100644 --- a/templates/user/auth/captcha.tmpl +++ b/templates/user/auth/captcha.tmpl @@ -24,7 +24,7 @@ <div id="captcha" data-captcha-type="m-captcha" data-sitekey="{{.McaptchaSitekey}}" data-instance-url="{{.McaptchaURL}}"></div> </div> {{else if eq .CaptchaType "cfturnstile"}} - <div class="inline field gt-text-center"> + <div class="inline field tw-text-center"> <div id="captcha" data-captcha-type="cf-turnstile" data-sitekey="{{.CfTurnstileSitekey}}"></div> </div> <script src='https://challenges.cloudflare.com/turnstile/v0/api.js'></script> |