add note about beta for test deployment

This commit is contained in:
2023-09-10 10:53:30 +02:00
parent c976f97e78
commit 51476afbb3

View File

@@ -9,6 +9,7 @@
<template>
<nav>
<p class="beta">LIBREEVENT BETA! Performance and functionality are expected to change and bugs may appear</p>
<a href="/">Home</a> |
<router-link to="/tickets">Tickets</router-link> |
<router-link to="/cart">Cart</router-link> |
@@ -23,6 +24,13 @@
</template>
<style>
.beta {
color: red;
padding: 0;
margin: 0;
font-weight: bold;
}
:root, :root.light {
--primary-color: #2c3e50;
--accent-background: rgb(30, 30, 82);