Add flame

This commit is contained in:
James Cole 2021-03-21 09:03:49 +01:00
parent 9502544abf
commit da1751940e
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D
2 changed files with 2 additions and 1 deletions

BIN
public/v2/images/flame.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -45,7 +45,8 @@
{% include('v2.partials.layout.flashes') %}
<div class="row mb-2">
<div class="col-sm-6">
<h1 class="m-0 text-dark">{% if mainTitleIcon|default(false) %}<i class="fa fas {{ mainTitleIcon }}"></i>{% endif %}
<h1 class="m-0 text-dark">
{% if mainTitleIcon|default(false) %}<i class="fa fas {{ mainTitleIcon }}"></i>{% endif %}
{{ title }} <small class="text-muted">
{% if subTitleIcon|default(false) %}<i class="fa fas {{ subTitleIcon }}"></i>{% endif %}
{{ subTitle|default('') }}</small></h1>