From 725317a1a441a3836e8edab62a66b82bd04de55e Mon Sep 17 00:00:00 2001
From: Damian Romano Haj-Houssin <damian.haj-houssin@student.uni-halle.de>
Date: Sun, 5 Jan 2025 10:36:49 +0100
Subject: [PATCH] Updated navbar icon.

---
 src/Main.elm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Main.elm b/src/Main.elm
index a57c28d..a3bfbbf 100644
--- a/src/Main.elm
+++ b/src/Main.elm
@@ -175,7 +175,7 @@ viewNav ( global, _ ) =
             , button [ activeClass DataTable |> Html.Attributes.class, ViewChange DataTable |> onClick ]
                 [ i [ Html.Attributes.class "fa-solid fa-table fa-xl" ] [] ]
             , button [ activeClass ForceDirectedGraph |> Html.Attributes.class, ViewChange ForceDirectedGraph |> onClick ]
-                [ i [ Html.Attributes.class "fa-solid fa-poo fa-xl" ] [] ]
+                [ i [ Html.Attributes.class "fa-solid fa-hexagon-nodes fa-xl" ] [] ]
             , button [ activeClass BarPlot |> Html.Attributes.class, ViewChange BarPlot |> onClick ]
                 [ i [ Html.Attributes.class "fa-solid fa-chart-simple fa-xl" ] [] ]
             , button [ activeClass LinePlot |> Html.Attributes.class, ViewChange LinePlot |> onClick ]
-- 
GitLab