navbar changes, radio/webplayer rewrite + additional stations
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user