mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
fix: broken icon call in frontend default pages template
This commit is contained in:
parent
dbaf80d88c
commit
d8d2eb92b7
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user