beta: header chip flagged by BETA_MODE config (default on)
This commit is contained in:
parent
8bc546220d
commit
a7d657e1b4
4 changed files with 20 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue