6 lines
233 B
Svelte
6 lines
233 B
Svelte
<div class="flex h-full w-full items-center justify-center">
|
|
<div class="w-[20%] min-w-[300px] space-y-4 rounded-lg bg-secondary p-4">
|
|
<h1 class="text-center text-4xl font-bold">No channel selected</h1>
|
|
</div>
|
|
</div>
|