Skip to content
Snippets Groups Projects
Commit 32283625 authored by Aonrud's avatar Aonrud Committed by Yassine Doghri
Browse files

fix: broken icon call in frontend default pages template

parent e9c04548
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,9 @@
<a href="<?= route_to('home') ?>"
class="inline-flex items-center mb-2 text-sm"><?= icon(
'arrow-left-line',
'mr-2',
[
'class' => 'mr-2',
],
) . lang('Page.back_to_home') ?></a>
<x-Heading tagName="h1" size="large"><?= esc($page->title) ?></x-Heading>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment