Update frontend/pages/news/newmessage.vue
All checks were successful
Build and Deploy / Deploy (push) Successful in 5m28s

This commit is contained in:
xeovalyte 2024-05-15 21:38:47 +02:00
parent 0bad662565
commit 56d8dc5788

View File

@ -15,7 +15,7 @@
<div class="w-full flex flex-wrap justify-between">
<input :disabled="disableButtons" type="submit" value="Stuur Bericht" class="btn w-full sm:w-40 mb-1">
<button @click="router.back()" class="hover:underline font-bold w-full sm:w-max sm:ml-auto">Annuleer</button>
<button @click="router.back()" type="button" class="hover:underline font-bold w-full sm:w-max sm:ml-auto">Annuleer</button>
</div>
</form>
</div>