Skip to content

Commit

Permalink
Merge pull request #7 from appventure-nush/2024-finalchanges
Browse files Browse the repository at this point in the history
Update start locations again, add details about colored columns
  • Loading branch information
Walnit authored May 10, 2024
2 parents 1a4ab45 + da0ea11 commit 4c25509
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/views/BookingPass.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
</span>
</h2>
<span class="small-text">
Screenshot this page and show it to your tour guide. Please report to the
Screenshot this page and show it to your tour guide. Please report to
<u>{{ startLocation }}</u> 5 minutes early so the tour can start on time.
Look out for the <u>{{ routeColor }}</u> column there!
</span>
<div class="spacer"></div>
<div class="cancel-btn" @click="showDialog = true">Cancel booking</div>
Expand Down Expand Up @@ -82,11 +83,11 @@ export default {
startLocation() {
switch (this.groupId[0]) {
case 'A':
return 'Amphitheatre (L1)';
return 'the Amphitheatre (L1)';
case 'B':
return 'front of the canteen (L1)';
return 'the front of the canteen (L1)';
case 'C':
return 'front of the canteen (L1)';
return 'outside the bookshop (L1)';
default:
throw '<INVALID VALUE>';
}
Expand Down

0 comments on commit 4c25509

Please sign in to comment.