Skip to content

Commit

Permalink
Small format change in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamieljv committed Nov 15, 2024
1 parent eb5ca73 commit 4a73882
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/assets/js/components/apps/Referenties.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
{{ currentReferentie.title }}
</h3>
<p class="my-2 text-sm text-gray-500" v-html="currentReferentie.description"></p>
<div v-if="currentReferentie.referentie_types.length > 1" class="mt-2">
<div v-if="currentReferentie.referentie_types.length > 1" class="mt-4">
<p class="text-sm text-gray-500 font-semibold">Wat kun je hier nog meer doen?</p>
<ul class="flex flex-wrap my-2">
<li
Expand All @@ -122,7 +122,6 @@
</a>
</li>
</ul>
{{ }}
</div>
</div>
<template v-slot:footer>
Expand Down

0 comments on commit 4a73882

Please sign in to comment.