Skip to content
Snippets Groups Projects
Commit 725317a1 authored by Damian Romano Haj-Houssin's avatar Damian Romano Haj-Houssin
Browse files

Updated navbar icon.

parent 6f8947c7
No related branches found
No related tags found
No related merge requests found
......@@ -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 ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment