fix: add href to castopod website on login page

This commit is contained in:
Ola Hneini 2022-03-08 17:21:16 +00:00 committed by Yassine Doghri
parent 01041775e0
commit cc54257351
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<?= $this->renderSection('footer') ?>
<small class="py-4 text-center border-t border-subtle"><?= lang('Common.powered_by', [
'castopod' =>
'<a class="inline-flex font-semibold hover:underline focus:ring-accent" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a>',
'<a class="inline-flex font-semibold hover:underline focus:ring-accent" href="https://castopod.org/" target="_blank" rel="noreferrer noopener">Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '</a>',
]) ?></small>
</footer>
</body>