feat: add disclaimer modal, update lake data, and improve component interactions
This commit is contained in:
@@ -68,6 +68,7 @@ const lakes = lakesConfig.map(lake => {
|
||||
outflow: currentFlow.toFixed(1),
|
||||
volume: metrics.volume,
|
||||
maxVolume: lake.maxVolume || 0,
|
||||
navigationForbidden: lake.navigationForbidden || false,
|
||||
lat: lake.coords[0],
|
||||
lng: lake.coords[1],
|
||||
sparkline
|
||||
|
||||
Reference in New Issue
Block a user