diff --git a/apps/german-app/src/App.vue b/apps/german-app/src/App.vue index 066d1d0..d2f0b2d 100644 --- a/apps/german-app/src/App.vue +++ b/apps/german-app/src/App.vue @@ -73,7 +73,7 @@ export default { { type: 'wg_viewing', name: 'WG Room Viewing', emoji: '🏠' }, { type: 'burgeramt', name: 'At the Bürgeramt', emoji: '🏛️' }, { type: 'biergarten', name: 'At a Biergarten', emoji: '🍺' }, - { type: 'ubahn', name: 'U-Bahn Help', emoji: '🚇' } + { type: 'ber_airport', name: 'BER Airport Train Help', emoji: '✈️' } ] } }, @@ -83,7 +83,7 @@ export default { 'wg_viewing': '🏠', 'burgeramt': '🏛️', 'biergarten': '🍺', - 'ubahn': '🚇' + 'ber_airport': '✈️' } return emojiMap[type] || '📍' }, diff --git a/apps/german-app/src/components/GermanSpeechInterface.vue b/apps/german-app/src/components/GermanSpeechInterface.vue index fc5e1fb..8a3ff6b 100644 --- a/apps/german-app/src/components/GermanSpeechInterface.vue +++ b/apps/german-app/src/components/GermanSpeechInterface.vue @@ -1,5 +1,41 @@