Remove icons from navigation links in map control panels
This commit is contained in:
parent
d1e42dd8a0
commit
214b706ba8
2 changed files with 12 additions and 12 deletions
|
|
@ -360,20 +360,20 @@ defmodule MicrowavepropWeb.MapLive do
|
|||
|
||||
<%!-- Links --%>
|
||||
<div class="flex flex-col gap-1 border-t border-base-300 pt-2">
|
||||
<.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>
|
||||
<.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>
|
||||
<.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>
|
||||
<.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>
|
||||
<.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
|
||||
</.link>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -281,8 +281,8 @@ defmodule MicrowavepropWeb.WeatherMapLive do
|
|||
|
||||
<%!-- Links --%>
|
||||
<div class="flex flex-col gap-1 border-t border-base-300 pt-2">
|
||||
<.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
|
||||
</.link>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue