diff --git a/resources/js/views/Event.vue b/resources/js/views/Event.vue index bdec50c..5ab625b 100644 --- a/resources/js/views/Event.vue +++ b/resources/js/views/Event.vue @@ -100,6 +100,15 @@

${{ computedPrice }}

+ @@ -119,6 +128,7 @@ import { stringToNumber } from "../helpers/string"; import { useApplicationStore } from "../store/ApplicationStore"; import { mediaGetVariantUrl } from "../helpers/media"; import SMPage from "../components/SMPage.vue"; +import { userHasPermission } from "../helpers/utils"; const applicationStore = useApplicationStore(); @@ -370,7 +380,7 @@ handleLoad(); margin-left: 16px; padding: 0 0 0 8px; font-size: 80%; - border-left: 4px solid var(--warning-color-darker); + border-left: 4px solid var(--warning-color-dark); } } }