From 18232bcad0d232a6b757cbea7b3a9ee909372441 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 25 May 2023 20:07:59 +0200 Subject: [PATCH] Rename class to match switching to Twitter OAuth V2 --- umap/static/umap/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index 41734935..931321b4 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -59,7 +59,7 @@ input:-moz-placeholder, :-moz-placeholder { .login-grid .login-bitbucket { background-image: url("./bitbucket.png"); } -.login-grid .login-twitter { +.login-grid .login-twitter-oauth2 { background-image: url("./twitter.png"); } .login-grid .login-openstreetmap {