mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
add note about beta for test deployment
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<nav>
|
<nav>
|
||||||
|
<p class="beta">LIBREEVENT BETA! Performance and functionality are expected to change and bugs may appear</p>
|
||||||
<a href="/">Home</a> |
|
<a href="/">Home</a> |
|
||||||
<router-link to="/tickets">Tickets</router-link> |
|
<router-link to="/tickets">Tickets</router-link> |
|
||||||
<router-link to="/cart">Cart</router-link> |
|
<router-link to="/cart">Cart</router-link> |
|
||||||
@@ -23,6 +24,13 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.beta {
|
||||||
|
color: red;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
:root, :root.light {
|
:root, :root.light {
|
||||||
--primary-color: #2c3e50;
|
--primary-color: #2c3e50;
|
||||||
--accent-background: rgb(30, 30, 82);
|
--accent-background: rgb(30, 30, 82);
|
||||||
|
|||||||
Reference in New Issue
Block a user