mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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 <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
af5e0e1b24
commit
2526c98de6
@ -21,7 +21,7 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="logo">
|
||||
<img class="firstboot" src="{% static 'theme/img/FreedomBox-logo-standard.png' %}"
|
||||
<img class="firstboot" src="{% static 'theme/img/freedombox-logo-standard.svg' %}"
|
||||
alt="{{ box_name }}" />
|
||||
</div>
|
||||
|
||||
|
||||
@ -99,7 +99,7 @@
|
||||
|
||||
<p>
|
||||
<a href="{% url 'index' %}" title="{{ box_name }}">
|
||||
<img class="footer-logo" src="{% static 'theme/img/FreedomBox-logo-standard.svg' %}"
|
||||
<img class="footer-logo" src="{% static 'theme/img/freedombox-logo-standard.svg' %}"
|
||||
alt="{{ box_name }}" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Loading…
x
Reference in New Issue
Block a user