📄 Update warning message

This commit is contained in:
pheralb 2024-08-20 20:03:40 +01:00
parent ba79831e20
commit 6976e77f66

View File

@ -1,5 +1,5 @@
<script lang="ts"> <script lang="ts">
import { AlertTriangleIcon, BookIcon, Check, MegaphoneIcon } from 'lucide-svelte'; import { BookIcon, Check, MegaphoneIcon } from 'lucide-svelte';
import { browser } from '$app/environment'; import { browser } from '$app/environment';
import { buttonStyles } from '@/ui/styles'; import { buttonStyles } from '@/ui/styles';
import { cn } from '@/utils/cn'; import { cn } from '@/utils/cn';
@ -20,7 +20,7 @@
class="mr-1 flex-shrink-0 text-rose-600 dark:text-rose-500 animate-pulse -rotate-12" class="mr-1 flex-shrink-0 text-rose-600 dark:text-rose-500 animate-pulse -rotate-12"
/> />
<p> <p>
Starting <strong>August 26th</strong>, the API route <strong>svgl.app/api/*</strong> will no Starting <strong>August 24th</strong>, the API route <strong>svgl.app/api/*</strong> will no
longer be available. There is now a new route: <strong>api.svgl.app</strong>. longer be available. There is now a new route: <strong>api.svgl.app</strong>.
</p> </p>
</div> </div>