Skip to content

Commit

Permalink
fixed layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiendil committed Oct 11, 2024
1 parent f0e5ec2 commit 08a5f32
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions site/src/components/collections/Block.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
<template>
<div>
<form @submit.prevent="subscribe">
<ul class="mb-1">
<li v-for="collectionId in collections.collectionsOrder">
<collections-block-item
v-model="selectedCollections"
:collectionId="collectionId"
:selectedCollections="selectedCollections" />
</li>
</ul>
<collections-block-item
v-for="collectionId in collections.collectionsOrder"
v-model="selectedCollections"
:collectionId="collectionId"
:selectedCollections="selectedCollections" />

<button
type="submit"
Expand Down

0 comments on commit 08a5f32

Please sign in to comment.