diff options
-rw-r--r-- | build.gradle | 4 | ||||
-rw-r--r-- | src/main/resources/templates/views/settings_main.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 5e2c8c66..00365558 100644 --- a/build.gradle +++ b/build.gradle @@ -150,8 +150,8 @@ dependencies { compile "javax.inject:javax.inject:1" - compile 'com.rometools:rome:1.12' - compile 'com.rometools:rome-modules:1.12' + compile 'com.rometools:rome:1.12.0' + compile 'com.rometools:rome-modules:1.12.0' compile 'org.flywaydb:flyway-core:5.2.3' diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html index 0eba9662..1179d797 100644 --- a/src/main/resources/templates/views/settings_main.html +++ b/src/main/resources/templates/views/settings_main.html @@ -18,7 +18,7 @@ </fieldset> </form> <fieldset> - <legend style="background: url(//telegram.org/favicon.ico?3) no-repeat; padding-left: 58px; line-height: 48px;"> + <legend style="background: url(/durov.png) no-repeat; padding-left: 58px; line-height: 48px; background-size: contain"> Telegram</legend> {% if telegram_name is not empty %} <form action="/settings" method="post"> |