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
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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>