diff --git a/src/Main.elm b/src/Main.elm index a57c28de59b81d6f6e9b59e54fbb0d5e171797b4..a3bfbbfab34c0264f2f40496101aa86091326c2b 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 ]