diff --git a/lib/microwaveprop_web/live/map_live.ex b/lib/microwaveprop_web/live/map_live.ex index 944d390c..43dde84d 100644 --- a/lib/microwaveprop_web/live/map_live.ex +++ b/lib/microwaveprop_web/live/map_live.ex @@ -360,20 +360,20 @@ defmodule MicrowavepropWeb.MapLive do <%!-- Links --%>
- <.link navigate="/weather" class="btn btn-xs btn-ghost justify-start gap-1.5"> - <.icon name="hero-cloud" class="size-3.5" /> Weather Map + <.link navigate="/weather" class="btn btn-xs btn-ghost justify-start"> + Weather Map - <.link navigate="/algo" class="btn btn-xs btn-ghost justify-start gap-1.5"> - <.icon name="hero-calculator" class="size-3.5" /> Scoring Algorithm + <.link navigate="/algo" class="btn btn-xs btn-ghost justify-start"> + Scoring Algorithm - <.link navigate="/submit" class="btn btn-xs btn-ghost justify-start gap-1.5"> - <.icon name="hero-arrow-up-tray" class="size-3.5" /> Submit a Contact + <.link navigate="/submit" class="btn btn-xs btn-ghost justify-start"> + Submit a Contact - <.link navigate="/contacts" class="btn btn-xs btn-ghost justify-start gap-1.5"> - <.icon name="hero-signal" class="size-3.5" /> Contact Training Data + <.link navigate="/contacts" class="btn btn-xs btn-ghost justify-start"> + Contact Training Data - <.link navigate="/contacts/map" class="btn btn-xs btn-ghost justify-start gap-1.5"> - <.icon name="hero-map" class="size-3.5" /> Contact Map + <.link navigate="/contacts/map" class="btn btn-xs btn-ghost justify-start"> + Contact Map
diff --git a/lib/microwaveprop_web/live/weather_map_live.ex b/lib/microwaveprop_web/live/weather_map_live.ex index 4414c5e8..1705441d 100644 --- a/lib/microwaveprop_web/live/weather_map_live.ex +++ b/lib/microwaveprop_web/live/weather_map_live.ex @@ -281,8 +281,8 @@ defmodule MicrowavepropWeb.WeatherMapLive do <%!-- Links --%>
- <.link navigate="/map" class="btn btn-xs btn-ghost justify-start gap-1.5"> - <.icon name="hero-signal" class="size-3.5" /> Propagation Map + <.link navigate="/map" class="btn btn-xs btn-ghost justify-start"> + Propagation Map