From 3312ddc77b5807fb2b9868a0499f0b9c7b456865 Mon Sep 17 00:00:00 2001 From: Dustin Michels Date: Mon, 9 Dec 2024 12:43:06 -0500 Subject: [PATCH] update alert message and enhance radio station link display --- frontend/src/App.vue | 2 +- frontend/src/components/Radio.vue | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) 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 - - ???? - -