diff --git a/themes/cp_app/pages/map.php b/themes/cp_app/pages/map.php
index 70e37813..526ecbff 100644
--- a/themes/cp_app/pages/map.php
+++ b/themes/cp_app/pages/map.php
@@ -45,7 +45,9 @@
= icon(
'arrow-left-line',
- 'mr-2',
+ [
+ 'class' => 'mr-2',
+ ],
) . lang('Page.back_to_home') ?>
= lang('Page.map.title') ?>
diff --git a/themes/cp_app/podcast/_partials/funding_links_modal.php b/themes/cp_app/podcast/_partials/funding_links_modal.php
index 26f5eb48..734c492d 100644
--- a/themes/cp_app/podcast/_partials/funding_links_modal.php
+++ b/themes/cp_app/podcast/_partials/funding_links_modal.php
@@ -26,9 +26,10 @@
rel="noopener noreferrer"
class="inline-flex items-center w-full font-semibold text-accent-base hover:text-accent-hover">
= icon(
- esc($fundingPlatform->slug),
- 'mr-2 flex-shrink-0',
- $fundingPlatform->type
+ $fundingPlatform->type . ':' . $fundingPlatform->slug,
+ [
+ 'class' => 'mr-2 flex-shrink-0',
+ ],
) . '' . esc($fundingPlatform->link_url) . '' ?>