From 869985f0057c75ff3f89d901815b03466c6bb6a8 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Thu, 23 Sep 2021 11:57:15 +0200 Subject: [PATCH] Finetune footer; remove obsolete images --- BTCPayServer/Views/Shared/_Layout.cshtml | 29 ++++++++++-------- BTCPayServer/wwwroot/img/github.png | Bin 8640 -> 0 bytes BTCPayServer/wwwroot/img/github.svg | 6 ---- BTCPayServer/wwwroot/img/icon-sprite.svg | 3 ++ BTCPayServer/wwwroot/img/slack.png | Bin 14950 -> 0 bytes BTCPayServer/wwwroot/img/slack.svg | 8 ----- BTCPayServer/wwwroot/img/twitter.png | Bin 4749 -> 0 bytes BTCPayServer/wwwroot/img/twitter.svg | 3 -- BTCPayServer/wwwroot/main/site.css | 16 ++++++++-- .../wwwroot/main/themes/default-dark.css | 4 --- 10 files changed, 32 insertions(+), 37 deletions(-) delete mode 100644 BTCPayServer/wwwroot/img/github.png delete mode 100644 BTCPayServer/wwwroot/img/github.svg delete mode 100644 BTCPayServer/wwwroot/img/slack.png delete mode 100644 BTCPayServer/wwwroot/img/slack.svg delete mode 100644 BTCPayServer/wwwroot/img/twitter.png delete mode 100644 BTCPayServer/wwwroot/img/twitter.svg diff --git a/BTCPayServer/Views/Shared/_Layout.cshtml b/BTCPayServer/Views/Shared/_Layout.cshtml index fba904fec..da82a5ca9 100644 --- a/BTCPayServer/Views/Shared/_Layout.cshtml +++ b/BTCPayServer/Views/Shared/_Layout.cshtml @@ -130,21 +130,24 @@ @if (User.Identity.IsAuthenticated) { -