fix: improvements

This commit is contained in:
webfussel 2024-09-13 10:37:35 +02:00
parent dcea9dbbc9
commit 6f9237e06a
6 changed files with 2358 additions and 4107 deletions

View file

@ -33,19 +33,20 @@
<p class="margin-top">Doch auch wenn ich mal voll ausgelastet bin - keine Sorge!
Mein <span class="highlight">Netzwerk an Profis</span> kann dir sicher auch weiterhelfen.
</p>
<client-only>
<ClientOnly>
<div class="network-list margin-top">
<div class="scroll-container default-gap">
<Person ref="persons" v-for="person in network" v-bind="person" />
</div>
</div>
</client-only>
</ClientOnly>
</section>
</template>
<script setup lang="ts">
import check from 'iconoir/icons/regular/double-check.svg'
import mail from 'iconoir/icons/regular/mail.svg'
import Person from '~/components/Person.vue'
const slots : number = 0
const slotsLabel = `${slots} ${slots === 1 ? `Slot` : `Slots`} frei`