Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
longshuicy committed Sep 27, 2023
1 parent 14d297d commit 5a1920b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/views/search/auth.pug
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ div(id="auth-panel")
| Authorize with your Twitter/X account
img(src="bootstrap/img/logo/checkbox.png", class="export-success", width="30px", style="display:none;")
else
a(class="btn btn-primary btn-block auth-button", href="login/twitterV2" disable)
a(class="btn btn-primary btn-block auth-button", href="login/twitterV2" disabled)
img(src='bootstrap/img/logo/x-sm-logo.png', width="30px", height="30px")
| Twitter/X Temporarily Not Accessible
img(src="bootstrap/img/logo/checkbox.png", class="export-success", width="30px", style="display:none;")
Expand Down

0 comments on commit 5a1920b

Please sign in to comment.