sunzehao vor 2 Monaten
Ursprung
Commit
784cb081a9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/weatherComponents/weatherView.vue

+ 1 - 1
src/views/weatherComponents/weatherView.vue

@@ -3,7 +3,7 @@
         <!-- Left Sidebar -->
         <aside class="sidebar-left panel">
             <div class="stat-block" style="margin-bottom: 5px;">
-                <p class="label">{{sidebarRightData.position.country}}:{{sidebarRightData.position.city}}</p>
+                <p class="label">{{sidebarRightData.position.country}}{{sidebarRightData.position.city}}</p>
                 <p class="value">{{today}}</p>
             </div>
             <div class="stat-block" style="margin-bottom: 5px;">