feat: add visual indicator for non-production environments

This commit is contained in:
jeremy bayse
2026-03-29 10:55:52 +02:00
parent f53d5770df
commit 2e423445f5
6 changed files with 56 additions and 0 deletions

View File

@@ -1,9 +1,11 @@
<script setup>
import ApplicationLogo from '@/Components/ApplicationLogo.vue';
import { Link } from '@inertiajs/vue3';
import EnvironmentBanner from '@/Components/EnvironmentBanner.vue';
</script>
<template>
<EnvironmentBanner />
<div
class="flex min-h-screen flex-col items-center bg-gray-100 pt-6 sm:justify-center sm:pt-0"
>