Loading themes/cp_app/podcast/_partials/sidebar.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ in_array(true, array_column($podcast->socialPlatforms, 'is_visible'), true) ): ?> <h2 class="text-sm font-bold font-display text-accent-muted"> <?= lang('Podcast.find_on', [ 'podcastTitle' => esc($podcast->title), 'podcastTitle' => $podcast->title, ]) ?></h2> <div class="grid items-center justify-center grid-cols-6 gap-3 mb-6"> <?php foreach ($podcast->socialPlatforms as $socialPlatform): ?> Loading Loading
themes/cp_app/podcast/_partials/sidebar.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ in_array(true, array_column($podcast->socialPlatforms, 'is_visible'), true) ): ?> <h2 class="text-sm font-bold font-display text-accent-muted"> <?= lang('Podcast.find_on', [ 'podcastTitle' => esc($podcast->title), 'podcastTitle' => $podcast->title, ]) ?></h2> <div class="grid items-center justify-center grid-cols-6 gap-3 mb-6"> <?php foreach ($podcast->socialPlatforms as $socialPlatform): ?> Loading