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

7 lines
243 B
Svelte

<span
title="Test / Preview"
class="select-none px-1 border-2 border-gray-400 dark:border-gray-500 relative -top-1 rounded-lg text-xs text-gray-700 dark:text-gray-300 bg-white dark:bg-gray-800 transition-colors duration-200"
>
test
</span>