feat: modifying artworks blade

This commit is contained in:
Paul Couture 2023-12-10 15:10:55 -06:00
parent 5c133cba56
commit c352d4d273

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>