From cc5425735184ad738aa0f38540f18e8971f8f56e Mon Sep 17 00:00:00 2001 From: Ola Hneini <ola.hneini@gmail.com> Date: Tue, 8 Mar 2022 17:21:16 +0000 Subject: [PATCH] fix: add href to castopod website on login page --- themes/cp_auth/_layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/cp_auth/_layout.php b/themes/cp_auth/_layout.php index 57933dcc9a..0767cd0202 100644 --- a/themes/cp_auth/_layout.php +++ b/themes/cp_auth/_layout.php @@ -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> -- GitLab