diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 01c6d2d..5c326c5 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -133,7 +133,7 @@ const gameOver = () => { isGameOver.value = true // wait a moment before showing alert setTimeout(() => { - alert('Good try! The write answer was ' + secretCountry.name) + alert('Good try! The mystery country was ' + secretCountry.name) }, 200) } diff --git a/frontend/src/components/Radio.vue b/frontend/src/components/Radio.vue index c2e2ee9..13e2b31 100644 --- a/frontend/src/components/Radio.vue +++ b/frontend/src/components/Radio.vue @@ -52,7 +52,9 @@ Station Name - {{ radioStations[selectedStationIdx].channel_name }} + + {{ radioStations[selectedStationIdx].channel_name }} + ???? @@ -67,15 +69,6 @@ ???? - - Link - - - radio.garden - - ???? - -