diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 10e4e5f65..dfb8b655b 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -1784,7 +1784,7 @@ a.disabled-with-click-events { margin-bottom: 45px; .doorkeeper-scinote-logo { - background-image: asset-url("/images/scinote_icon.jpg"); + background-image: asset-url("/images/doorkeeper_auth.png"); background-position: center center; background-repeat: no-repeat; background-size: contain; diff --git a/public/images/doorkeeper_auth.png b/public/images/doorkeeper_auth.png new file mode 100644 index 000000000..46d1cd682 Binary files /dev/null and b/public/images/doorkeeper_auth.png differ