Files
phishingclub/frontend/src/lib/components/HeaderFirst.svelte
T

6 lines
213 B
Svelte

<div
class="bg-gray-300 dark:bg-gray-700 w-full h-1/10 flex justify-center transition-colors duration-200"
>
<img alt="logo" src="/logo-white.svg" class="w-1/3 sm:w-1/4 lg:w-2/10 xl:w-1/10 2xl:w-1/10" />
</div>