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

Removed dummy Other page.

parent 725317a1
No related branches found
No related tags found
No related merge requests found
......@@ -168,9 +168,7 @@ viewNav ( global, _ ) =
, div [ Html.Attributes.class "navbar-title" ]
[ text "Schengen Visa Statistics" ]
, div [ Html.Attributes.class "navbar-view-icons" ]
[ button [ activeClass Other |> Html.Attributes.class, ViewChange Other |> onClick ]
[ i [ Html.Attributes.class "fa-solid fa-wrench fa-xl" ] [] ]
, button [ activeClass MapView |> Html.Attributes.class, ViewChange MapView |> onClick ]
[ button [ activeClass MapView |> Html.Attributes.class, ViewChange MapView |> onClick ]
[ i [ Html.Attributes.class "fa-solid fa-map fa-xl" ] [] ]
, button [ activeClass DataTable |> Html.Attributes.class, ViewChange DataTable |> onClick ]
[ i [ Html.Attributes.class "fa-solid fa-table fa-xl" ] [] ]
......@@ -215,10 +213,6 @@ viewContent ( global, local ) =
div [ Html.Attributes.class "content" ]
[ message ]
Other ->
div [ Html.Attributes.class "content" ]
[ text "Other Page" ]
MapView ->
div [ Html.Attributes.class "content" ]
[ MapView.view global local.map ]
......
......@@ -10,7 +10,6 @@ import Data.DataLoader exposing (Entry)
type View
= Home
| Other
| MapView
| DataTable
| ForceDirectedGraph
......
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