Spaces:
Runtime error
Runtime error
Update PlaygroundOptions.svelte
Browse files
src/lib/components/Playground/PlaygroundOptions.svelte
CHANGED
|
@@ -101,7 +101,7 @@
|
|
| 101 |
>Get PRO ($9/month)</a
|
| 102 |
>
|
| 103 |
</div>
|
| 104 |
-
<div
|
| 105 |
class="flex max-w-xs flex-col items-start gap-2.5 rounded-lg border bg-white p-4 text-gray-500 shadow dark:bg-gray-800 dark:text-gray-400"
|
| 106 |
role="alert"
|
| 107 |
>
|
|
@@ -112,7 +112,7 @@
|
|
| 112 |
class="inline-flex rounded-lg bg-black px-2.5 py-1.5 text-center text-xs font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-4 focus:ring-blue-300 dark:hover:bg-black dark:focus:ring-blue-800"
|
| 113 |
>Deploy dedicated</a
|
| 114 |
>
|
| 115 |
-
</div>
|
| 116 |
<div>
|
| 117 |
<div class="mb-3 flex items-center justify-between gap-2">
|
| 118 |
<label for="default-range" class="block text-sm font-medium text-gray-900 dark:text-white"
|
|
|
|
| 101 |
>Get PRO ($9/month)</a
|
| 102 |
>
|
| 103 |
</div>
|
| 104 |
+
<!-- <div
|
| 105 |
class="flex max-w-xs flex-col items-start gap-2.5 rounded-lg border bg-white p-4 text-gray-500 shadow dark:bg-gray-800 dark:text-gray-400"
|
| 106 |
role="alert"
|
| 107 |
>
|
|
|
|
| 112 |
class="inline-flex rounded-lg bg-black px-2.5 py-1.5 text-center text-xs font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-4 focus:ring-blue-300 dark:hover:bg-black dark:focus:ring-blue-800"
|
| 113 |
>Deploy dedicated</a
|
| 114 |
>
|
| 115 |
+
</div> -->
|
| 116 |
<div>
|
| 117 |
<div class="mb-3 flex items-center justify-between gap-2">
|
| 118 |
<label for="default-range" class="block text-sm font-medium text-gray-900 dark:text-white"
|