mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-16 00:37:26 +02:00
d727bc4b73
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
8 lines
251 B
Svelte
8 lines
251 B
Svelte
<th
|
|
class="bg-cta-light-blue dark:bg-gray-800/60 min-w-36 w-36 py-4 border-hidden rounded-lg transition-colors duration-200"
|
|
>
|
|
<p class="font-bold text-slate-600 dark:text-gray-200 text-center transition-colors duration-200">
|
|
<slot />
|
|
</p>
|
|
</th>
|