Save workspace changes
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<x-artwork-card :art="$art" />
|
||||
@@ -0,0 +1,11 @@
|
||||
@if($arts && count($arts))
|
||||
<div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 xl:grid-cols-5 gap-4 md:gap-5">
|
||||
@foreach($arts as $art)
|
||||
<x-artwork-card :art="$art" />
|
||||
@endforeach
|
||||
</div>
|
||||
@else
|
||||
<div class="rounded-xl border border-white/[0.06] bg-white/[0.02] px-8 py-12 text-center">
|
||||
<p class="text-white/40 text-sm">No uploads for this date.</p>
|
||||
</div>
|
||||
@endif
|
||||
Reference in New Issue
Block a user