Remove icons from navigation links in map control panels
This commit is contained in:
parent
a774e98350
commit
976cd1a4c5
2 changed files with 12 additions and 12 deletions
|
|
@ -360,20 +360,20 @@ defmodule MicrowavepropWeb.MapLive do
|
||||||
|
|
||||||
<%!-- Links --%>
|
<%!-- Links --%>
|
||||||
<div class="flex flex-col gap-1 border-t border-base-300 pt-2">
|
<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">
|
<.link navigate="/weather" class="btn btn-xs btn-ghost justify-start">
|
||||||
<.icon name="hero-cloud" class="size-3.5" /> Weather Map
|
Weather Map
|
||||||
</.link>
|
</.link>
|
||||||
<.link navigate="/algo" class="btn btn-xs btn-ghost justify-start gap-1.5">
|
<.link navigate="/algo" class="btn btn-xs btn-ghost justify-start">
|
||||||
<.icon name="hero-calculator" class="size-3.5" /> Scoring Algorithm
|
Scoring Algorithm
|
||||||
</.link>
|
</.link>
|
||||||
<.link navigate="/submit" class="btn btn-xs btn-ghost justify-start gap-1.5">
|
<.link navigate="/submit" class="btn btn-xs btn-ghost justify-start">
|
||||||
<.icon name="hero-arrow-up-tray" class="size-3.5" /> Submit a Contact
|
Submit a Contact
|
||||||
</.link>
|
</.link>
|
||||||
<.link navigate="/contacts" class="btn btn-xs btn-ghost justify-start gap-1.5">
|
<.link navigate="/contacts" class="btn btn-xs btn-ghost justify-start">
|
||||||
<.icon name="hero-signal" class="size-3.5" /> Contact Training Data
|
Contact Training Data
|
||||||
</.link>
|
</.link>
|
||||||
<.link navigate="/contacts/map" class="btn btn-xs btn-ghost justify-start gap-1.5">
|
<.link navigate="/contacts/map" class="btn btn-xs btn-ghost justify-start">
|
||||||
<.icon name="hero-map" class="size-3.5" /> Contact Map
|
Contact Map
|
||||||
</.link>
|
</.link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -281,8 +281,8 @@ defmodule MicrowavepropWeb.WeatherMapLive do
|
||||||
|
|
||||||
<%!-- Links --%>
|
<%!-- Links --%>
|
||||||
<div class="flex flex-col gap-1 border-t border-base-300 pt-2">
|
<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">
|
<.link navigate="/map" class="btn btn-xs btn-ghost justify-start">
|
||||||
<.icon name="hero-signal" class="size-3.5" /> Propagation Map
|
Propagation Map
|
||||||
</.link>
|
</.link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue