Skip to content

Commit 374eb91

Browse files
committed
Change banner
1 parent 603d7f5 commit 374eb91

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/GeoWidget.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class='bg-vdark inset-shadow'>
3-
<q-banner dense inline-actions class="text-vdark bg-vgreen">
4-
The map widget is currently disabled, the data is artificial.
3+
<q-banner dense inline-actions class="text-vdark bg-vpurple">
4+
Live Nodes: The map widget is currently disabled, the data is artificial.
55
</q-banner>
66
<div id='map'></div>
77
<div id='tooltip' class='hidden bg-vgrey'>
@@ -31,7 +31,6 @@ var countries = require('../assets/geoWidgetData/countries.geo.json')
3131
3232
export default {
3333
name: 'GeoWidget',
34-
props: ['geoData'],
3534
data () {
3635
return {
3736
nodeGeoData: []

0 commit comments

Comments
 (0)