mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 18:56:42 +02:00
fix: broken icon call in frontend default pages template
This commit is contained in:
parent
dbaf80d88c
commit
d8d2eb92b7
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@
|
||||||
<a href="<?= route_to('home') ?>"
|
<a href="<?= route_to('home') ?>"
|
||||||
class="inline-flex items-center mb-2 text-sm focus:ring-accent"><?= icon(
|
class="inline-flex items-center mb-2 text-sm focus:ring-accent"><?= icon(
|
||||||
'arrow-left-line',
|
'arrow-left-line',
|
||||||
'mr-2',
|
[
|
||||||
|
'class' => 'mr-2',
|
||||||
|
],
|
||||||
) . lang('Page.back_to_home') ?></a>
|
) . lang('Page.back_to_home') ?></a>
|
||||||
<Heading tagName="h1" size="large"><?= esc($page->title) ?></Heading>
|
<Heading tagName="h1" size="large"><?= esc($page->title) ?></Heading>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue