beta: header chip flagged by BETA_MODE config (default on)

This commit is contained in:
Giorgio Gilestro 2026-05-25 22:42:19 +02:00
parent 8bc546220d
commit a7d657e1b4
4 changed files with 20 additions and 0 deletions

View file

@ -138,6 +138,7 @@
<div class="app">
<header class="app-header">
<a href="/" class="brand" aria-label="Dashboard">{{ BRAND_NAME }}</a>
{% if BETA_MODE %}<span class="beta-chip" title="Beta — feedback welcome at hello@read.markets">BETA</span>{% endif %}
<nav>
<a href="/" class="{% if request.url.path == '/' %}active{% endif %}">Dashboard</a>
<a href="/news" class="{% if request.url.path == '/news' %}active{% endif %}">News</a>