Add weather map link to propagation map sidebar

This commit is contained in:
Graham McIntire 2026-04-03 15:16:05 -05:00
parent b176390b7b
commit 109558f7cc
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -360,6 +360,9 @@ 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>
<.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>