mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-16 08:47:28 +02:00
0b3b796a00
Improved dark mode Added company banner and moved change company Changed campaign trends, and now requires 2 campaigns atleast Menu collapses if open and link clicked Changed calendar event type indicator Changed mobile menu Changed campaign event timeline and event cards Various UI changes Signed-off-by: Ronni Skansing <rskansing@gmail.com>
10 lines
260 B
Svelte
10 lines
260 B
Svelte
<th
|
|
class="pl-4 bg-grayblue-light dark:bg-gray-800/60 w-48 py-4 border-hidden transition-colors duration-200"
|
|
>
|
|
<p
|
|
class="font-bold text-slate-600 dark:text-gray-200 flex justify-center text-center transition-colors duration-200"
|
|
>
|
|
<slot />
|
|
</p>
|
|
</th>
|