From 2526c98de678ee9c32f7186f5b4a82d2aa0d4591 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 21 Apr 2020 13:01:11 -0700 Subject: [PATCH] static: Use SVG logo during first wizard welcome step - This removes the need to ship a 67K file and scales better. - Rename the file to have lowercase chars only for consistency. Tests performed: - Goto home page, see the logo at the bottom properly displayed. - Goto the first wizard welcome page, notice that the logo is displayed. Also the dimensions of the image are same as without the change. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/first_boot/templates/firstboot_welcome.html | 2 +- plinth/templates/index.html | 2 +- ...reedomBox-logo-standard.svg => freedombox-logo-standard.svg} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename static/themes/default/img/{FreedomBox-logo-standard.svg => freedombox-logo-standard.svg} (100%) diff --git a/plinth/modules/first_boot/templates/firstboot_welcome.html b/plinth/modules/first_boot/templates/firstboot_welcome.html index a9e977aeb..a51776d7a 100644 --- a/plinth/modules/first_boot/templates/firstboot_welcome.html +++ b/plinth/modules/first_boot/templates/firstboot_welcome.html @@ -21,7 +21,7 @@ {% block content %} diff --git a/plinth/templates/index.html b/plinth/templates/index.html index 2b728b462..2f77bb559 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -99,7 +99,7 @@

-

diff --git a/static/themes/default/img/FreedomBox-logo-standard.svg b/static/themes/default/img/freedombox-logo-standard.svg similarity index 100% rename from static/themes/default/img/FreedomBox-logo-standard.svg rename to static/themes/default/img/freedombox-logo-standard.svg