Skip to content
Snippets Groups Projects
Commit cc542573 authored by Ola Hneini's avatar Ola Hneini Committed by Yassine Doghri
Browse files

fix: add href to castopod website on login page

parent 01041775
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment