Fix missing zoom controls by adding vendor.css

The zoom controls were not displaying because the vendor.css file
containing Leaflet styles was not being included in the HTML template.
Added the missing stylesheet link to load vendor.css.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Graham McIntire 2025-07-21 13:26:01 -05:00
parent 44ae82eb9b
commit 1e51d58af5
No known key found for this signature in database

View file

@ -26,6 +26,7 @@
{assigns[:page_title] || "Aprs"}
</.live_title>
<link phx-track-static rel="stylesheet" href={~p"/assets/css/app.css"} />
<link phx-track-static rel="stylesheet" href={~p"/assets/vendor.css"} />
<script defer phx-track-static type="text/javascript" src={~p"/assets/vendor.js"}>
</script>
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>