- fix notes

This commit is contained in:
Kamil Niemczycki 2023-08-01 23:57:09 +02:00
parent 2349008131
commit 9d7da548e3
Signed by: kamilniemczycki
GPG Key ID: 04D4E2012F969213

View File

@ -81,8 +81,8 @@ const cvNotes = computed(() => {
<div class="text-gray-500 pb-0.5">Lokalizacje</div>
<p class="w-full min-w-full max-w-full px-2.5 py-2 border-b-2 rounded-md bg-white">{{ cv.locations.join(' / ') }}</p>
</div>
<div class="md:col-span-2">
<div v-if="cvNotes" class="text-gray-500 pb-0.5">Notatki</div>
<div v-if="cvNotes" class="md:col-span-2">
<div class="text-gray-500 pb-0.5">Notatki</div>
<div class="w-full min-w-full max-w-full px-2.5 py-2 border-b-2 rounded-md bg-white">
<p
v-for="(noteLine, key) in cvNotes"