mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
fix: broken icon call in frontend default pages template
This commit is contained in:
parent
e9c04548de
commit
322836254e
@ -42,7 +42,9 @@
|
|||||||
<a href="<?= route_to('home') ?>"
|
<a href="<?= route_to('home') ?>"
|
||||||
class="inline-flex items-center mb-2 text-sm"><?= icon(
|
class="inline-flex items-center mb-2 text-sm"><?= icon(
|
||||||
'arrow-left-line',
|
'arrow-left-line',
|
||||||
'mr-2',
|
[
|
||||||
|
'class' => 'mr-2',
|
||||||
|
],
|
||||||
) . lang('Page.back_to_home') ?></a>
|
) . lang('Page.back_to_home') ?></a>
|
||||||
<x-Heading tagName="h1" size="large"><?= esc($page->title) ?></x-Heading>
|
<x-Heading tagName="h1" size="large"><?= esc($page->title) ?></x-Heading>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user