From 1df0381f7e60ae0e8baa2fdb664e552866a6488d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 12 Feb 2021 03:30:01 +0100 Subject: [PATCH] statics --- {webapp/static => static}/favicon.ico | Bin {webapp/static => static}/icon.png | Bin .../img/custom/Logo-Horizontal-Dark.svg | 0 .../img/custom/Logo-Horizontal.svg | 0 {webapp/static => static}/img/custom/logout.svg | 0 .../static => static}/img/custom/password-reset.svg | 0 {webapp/static => static}/img/custom/sign-up.svg | 0 .../img/custom/under-maintenance.svg | 0 {webapp/static => static}/img/custom/welcome.svg | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {webapp/static => static}/favicon.ico (100%) rename {webapp/static => static}/icon.png (100%) rename {webapp/static => static}/img/custom/Logo-Horizontal-Dark.svg (100%) rename {webapp/static => static}/img/custom/Logo-Horizontal.svg (100%) rename {webapp/static => static}/img/custom/logout.svg (100%) rename {webapp/static => static}/img/custom/password-reset.svg (100%) rename {webapp/static => static}/img/custom/sign-up.svg (100%) rename {webapp/static => static}/img/custom/under-maintenance.svg (100%) rename {webapp/static => static}/img/custom/welcome.svg (100%) diff --git a/webapp/static/favicon.ico b/static/favicon.ico similarity index 100% rename from webapp/static/favicon.ico rename to static/favicon.ico diff --git a/webapp/static/icon.png b/static/icon.png similarity index 100% rename from webapp/static/icon.png rename to static/icon.png diff --git a/webapp/static/img/custom/Logo-Horizontal-Dark.svg b/static/img/custom/Logo-Horizontal-Dark.svg similarity index 100% rename from webapp/static/img/custom/Logo-Horizontal-Dark.svg rename to static/img/custom/Logo-Horizontal-Dark.svg diff --git a/webapp/static/img/custom/Logo-Horizontal.svg b/static/img/custom/Logo-Horizontal.svg similarity index 100% rename from webapp/static/img/custom/Logo-Horizontal.svg rename to static/img/custom/Logo-Horizontal.svg diff --git a/webapp/static/img/custom/logout.svg b/static/img/custom/logout.svg similarity index 100% rename from webapp/static/img/custom/logout.svg rename to static/img/custom/logout.svg diff --git a/webapp/static/img/custom/password-reset.svg b/static/img/custom/password-reset.svg similarity index 100% rename from webapp/static/img/custom/password-reset.svg rename to static/img/custom/password-reset.svg diff --git a/webapp/static/img/custom/sign-up.svg b/static/img/custom/sign-up.svg similarity index 100% rename from webapp/static/img/custom/sign-up.svg rename to static/img/custom/sign-up.svg diff --git a/webapp/static/img/custom/under-maintenance.svg b/static/img/custom/under-maintenance.svg similarity index 100% rename from webapp/static/img/custom/under-maintenance.svg rename to static/img/custom/under-maintenance.svg diff --git a/webapp/static/img/custom/welcome.svg b/static/img/custom/welcome.svg similarity index 100% rename from webapp/static/img/custom/welcome.svg rename to static/img/custom/welcome.svg