Add weather map link to propagation map sidebar
This commit is contained in:
parent
b176390b7b
commit
109558f7cc
1 changed files with 3 additions and 0 deletions
|
|
@ -360,6 +360,9 @@ 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">
|
||||||
|
<.icon name="hero-cloud" class="size-3.5" /> Weather Map
|
||||||
|
</.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 gap-1.5">
|
||||||
<.icon name="hero-calculator" class="size-3.5" /> Scoring Algorithm
|
<.icon name="hero-calculator" class="size-3.5" /> Scoring Algorithm
|
||||||
</.link>
|
</.link>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue