diff --git a/app/src/components/WindFlowGrid2D.tsx b/app/src/components/WindFlowGrid2D.tsx
index 8e07ccb..d5baa64 100644
--- a/app/src/components/WindFlowGrid2D.tsx
+++ b/app/src/components/WindFlowGrid2D.tsx
@@ -28,7 +28,7 @@ export function WindFlowGrid2D({ type }: WindFlowGrid2DProps) {
opacity: 0.85;
}
.wind-line-fast {
- stroke: #0ea5e9;
+ stroke: #a855f7;
stroke-width: 2.2;
stroke-dasharray: 6 12;
animation: windFlow 0.9s linear infinite;
@@ -76,8 +76,8 @@ export function WindFlowGrid2D({ type }: WindFlowGrid2DProps) {
// Define quais itens de legenda devem ser exibidos para cada tipo de módulo
const getVisibleLegendItems = () => {
- const hasCpi = ['warehouse', 'vault', 'dome', 'cylinder'].includes(type);
- const hasVortex = ['cylinder', 'dynamics', 'sign', 'tower'].includes(type);
+ const hasCpi = ['warehouse'].includes(type);
+ const hasVortex = ['isolated-roof', 'bar', 'tower', 'vault', 'cylinder', 'sign', 'dynamics'].includes(type);
const hasLift = ['bridge', 'isolated-roof'].includes(type);
return {
@@ -134,9 +134,9 @@ export function WindFlowGrid2D({ type }: WindFlowGrid2DProps) {
return (
{/* Caso 1 */}
-
+
Caso A: Vento Frontal Horizontal (0°)
-
+
{/* Caso 2 */}
-
+
Caso B: Vento Ascendente (+5°)
-
+
{/* Caso 3 */}
-
+
Caso C: Vento Descendente (-5°)
-
+