Files
safetwitch/src/components/DevWarning.vue
T
2023-09-24 11:47:51 -04:00

8 lines
245 B
Vue

<template>
<div class="rounded-lg z-50 flex m-3 mt-0 h-20 bg-amber-400 border-4 border-amber-600">
<div class="m-auto">
<h1 class="font-bold text-2xl">SafeTwitch is currently in development mode.</h1>
</div>
</div>
</template>