From fe8c7f716d66a5fdd2af1524325de2b0b0e9462b Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 5 Mar 2024 13:50:31 +0000 Subject: [PATCH] [Dashboard] when clicking upcoming dxcc callsign it takes you to dxheat --- application/views/components/upcoming_dxccs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/components/upcoming_dxccs.php b/application/views/components/upcoming_dxccs.php index 6ed72f59..81722036 100644 --- a/application/views/components/upcoming_dxccs.php +++ b/application/views/components/upcoming_dxccs.php @@ -8,7 +8,7 @@ $name = $record['workedBefore'] == 1 ? 'worked_before' : 'not_worked_before'; echo ''; echo '' . $record['daysLeft'] . ''; // Date - echo '' . ''.$record['callsign'] . ''. ''; // Callsign + echo '' . ''.$record['callsign'] . ''. ''; // Callsign echo '' . $record['2'] . ''; // Country echo ''; }