Skip to content

Commit

Permalink
Add status page link to api down notif
Browse files Browse the repository at this point in the history
  • Loading branch information
arctixdev committed Feb 26, 2024
1 parent 139a28a commit ede9c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/ApiDown.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

<Dialog.Dialog bind:open>
<Dialog.Content class="max-w-[23rem]">
<Dialog.Title>Oops! ser ud til at API'en er nede</Dialog.Title>
<Dialog.Title>Oops! Det ser ud til at API'en er nede</Dialog.Title>
<Dialog.Description
>Det ser ud til, at vores API har besluttet at tage en kaffe-pause og lade vores udviklere
arbejde deres magi bag kulisserne! Vi undskylder for besværet og lover at få det op at køre
igen snarest muligt.</Dialog.Description
igen snarest muligt. Du kan tjekke status <a href="https://status.akademia.cc/">her</a>.</Dialog.Description
>
<div class="flex w-full gap-2">
<Button variant="outline" class="flex-1" on:click={() => (open = false)}>Luk</Button>
Expand Down

0 comments on commit ede9c0f

Please sign in to comment.