<script lang="ts">
	import logo from '$lib/assets/logo.webp';
</script>

<div class="col-span-full flex flex-col items-center text-4xl font-medium text-gray-600">
	<img src={logo} class="w-1/5 opacity-60 grayscale" alt="" />
	<div class="flex items-center gap-2">
		<h2>There is nothing here...</h2>
	</div>
</div>