studio v1
All checks were successful
Deploy App / deploy (push) Successful in 1m49s

This commit is contained in:
valere
2025-09-20 17:18:29 +02:00
parent 5912b97349
commit 9e697822e4
9 changed files with 152 additions and 444 deletions

View File

@@ -4,7 +4,7 @@
<div class="flex flex-col-reverse bg-gradient-to-r from-primary to-primary-dark">
<div class="mt-8 flex flex-wrap justify-center"
v-for="compilation in store.getAllCompilations.slice().reverse()">
<compilationBox :compilation="compilation" template="full" />
<box :compilation="compilation" template="full" />
</div>
</div>
</div>