fix lint
Browse files
src/lib/components/DisclaimerModal.svelte
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
|
13 |
<Modal>
|
14 |
<div
|
15 |
-
class="
|
16 |
>
|
17 |
<h2 class="flex items-center text-2xl font-semibold text-gray-800">
|
18 |
<Logo classNames="mr-1" />
|
|
|
12 |
|
13 |
<Modal>
|
14 |
<div
|
15 |
+
class="flex w-full flex-col items-center gap-6 bg-gradient-to-b from-primary-500/40 via-primary-500/10 to-primary-500/0 px-5 pb-8 pt-9 text-center sm:px-6"
|
16 |
>
|
17 |
<h2 class="flex items-center text-2xl font-semibold text-gray-800">
|
18 |
<Logo classNames="mr-1" />
|