mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 00:32:52 +08:00
UX: rename Twitter login button to X (#32123)
Before: <img width="234" alt="Screenshot 2025-04-02 at 1 15 25 PM" src="https://github.com/user-attachments/assets/1f852543-38d7-45d3-96d3-df6a8a7e3623" /> After: <img width="184" alt="Screenshot 2025-04-02 at 1 20 41 PM" src="https://github.com/user-attachments/assets/6bf9428f-2152-45a1-8215-ae006ce4f356" />
This commit is contained in:
@ -489,7 +489,7 @@ module Discourse
|
||||
frame_height: 500,
|
||||
), # Custom icon implemented in client
|
||||
Auth::AuthProvider.new(authenticator: Auth::GithubAuthenticator.new, icon: "fab-github"),
|
||||
Auth::AuthProvider.new(authenticator: Auth::TwitterAuthenticator.new, icon: "fab-twitter"),
|
||||
Auth::AuthProvider.new(authenticator: Auth::TwitterAuthenticator.new, icon: "fab-x-twitter"),
|
||||
Auth::AuthProvider.new(authenticator: Auth::DiscordAuthenticator.new, icon: "fab-discord"),
|
||||
Auth::AuthProvider.new(
|
||||
authenticator: Auth::LinkedInOidcAuthenticator.new,
|
||||
|
Reference in New Issue
Block a user