feat/factory_creation #1

Merged
pcouture merged 8 commits from feat/factory_creation into master 2023-12-14 12:33:05 -05:00
Showing only changes of commit c352d4d273 - Show all commits

View File

@ -25,7 +25,7 @@
<div class="container"> <div class="container">
<div class="d-flex-between flex-wrap"> <div class="d-flex-between flex-wrap">
<div <div
class="button-group default-tab-list isotop-filter flex-wrap filters-button-group d-flex justify-content-start justify-content-lg-end mb-6 "> class="button-group default-tab-list isotop-filter flex-wrap filters-button-group d-flex justify-content-start justify-content-lg-start mb-6 ">
<button data-filter="*" class="is-checked"><span class="filter-text">View All</span></button> <button data-filter="*" class="is-checked"><span class="filter-text">View All</span></button>
@foreach ($podcasts as $podcast) @foreach ($podcasts as $podcast)
<button data-filter=".podcast--{{ $podcast->slug }}"><span class="filter-text">{{ $podcast->name }}</span></button> <button data-filter=".podcast--{{ $podcast->slug }}"><span class="filter-text">{{ $podcast->name }}</span></button>