Task: Update button labels

Trello #1097
This commit is contained in:
Björn Fromme
2023-08-03 10:56:09 +02:00
parent 60a6102b98
commit 137ece5f78
@@ -3,10 +3,10 @@
<div class="grid grid-cols-2 gap-x-2 pb-4"> <div class="grid grid-cols-2 gap-x-2 pb-4">
<button type="button" class="button bg-button" :class="{ 'bg-button--secondary': tab === 'data' }" @click="tab = 'data'"> <button type="button" class="button bg-button" :class="{ 'bg-button--secondary': tab === 'data' }" @click="tab = 'data'">
Reisedaten Buchungsübersicht
</button> </button>
<button type="button" class="button bg-button" :class="{ 'bg-button--secondary': tab === 'participants' }" @click="tab = 'participants'"> <button type="button" class="button bg-button" :class="{ 'bg-button--secondary': tab === 'participants' }" @click="tab = 'participants'">
Teilnehmer Buchung ändern
</button> </button>
</div> </div>