navbar changes, radio/webplayer rewrite + additional stations

This commit is contained in:
2025-07-17 06:55:01 -04:00
parent 8f7b0f2719
commit 11b5dfb09d
9 changed files with 330 additions and 126 deletions

View File

@@ -4,6 +4,9 @@ import RandomMsg from "../components/RandomMsg";
import { buildTime } from '../utils/buildTime.js';
const YEAR = new Date().getFullYear();
var ENVIRONMENT = (Astro.url.hostname === "localhost") ? "Dev": "Prod";
---
<div class="footer">
<small class="block lg:mt-24 mt-16 text-[#1C1C1C] dark:text-[#D4D4D4] footer-text">
@@ -15,6 +18,7 @@ const YEAR = new Date().getFullYear();
<div style="margin-top: 15px; bottom: 0%">
<small>Built: {buildTime} UTC</small>
</div>
<span style="font-size: 0.75rem; font-style: italic; margin-left: 100%">{ENVIRONMENT}</span>
</div>
<style>
@media screen and (max-width: 480px) {