fix: broken icon call in frontend default pages template

This commit is contained in:
Aonrud 2024-07-02 21:49:59 +01:00 committed by Yassine Doghri
parent dbaf80d88c
commit d8d2eb92b7

View File

@ -42,7 +42,9 @@
<a href="<?= route_to('home') ?>"
class="inline-flex items-center mb-2 text-sm focus:ring-accent"><?= icon(
'arrow-left-line',
'mr-2',
[
'class' => 'mr-2',
],
) . lang('Page.back_to_home') ?></a>
<Heading tagName="h1" size="large"><?= esc($page->title) ?></Heading>
</div>