modified code

This commit is contained in:
Matthis FAUVET 2024-06-21 15:50:43 +02:00
parent 397ebfbd11
commit 40a8e5fa96

View File

@ -19,7 +19,7 @@
</div>
<div class="flex flex-wrap px-12 justify-between mt-8">
<div each={ album in await props.items.results }
<div each={ album in await state.items }
class="item mb-4 border border-solid rounded-lg h-64 flex justify-center items-center">
<div>
<p> { album.name } </p>