Update frontend/pages/news/newmessage.vue
All checks were successful
Build and Deploy / Deploy (push) Successful in 5m28s
All checks were successful
Build and Deploy / Deploy (push) Successful in 5m28s
This commit is contained in:
parent
0bad662565
commit
56d8dc5788
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user