Skip to content

Commit 31b0270

Browse files
tweak: use regular API by default!
1 parent 87666ee commit 31b0270

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
-t ghcr.io/pluralkit/dashboard-v2:${{ env.BRANCH_NAME }} \
2626
-t ghcr.io/pluralkit/dashboard-v2:${{ github.sha }} \
2727
-t ghcr.io/pluralkit/dashboard-v2:latest \
28-
--build-arg base_api_url=https://api.beta.pluralkit.me \
28+
--build-arg base_api_url=https://api.pluralkit.me \
2929
--push \
3030
.

src/routes/+page.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div
1616
class="hero-content my-8 flex-col md:flex-row-reverse flex-wrap w-full max-w-5xl px-4 items-center md:items-stretch"
1717
>
18-
{#if !system}
18+
<!-- {#if !system}
1919
<div class="w-full max-w-md md:max-w-none mb-4">
2020
<div class="alert bg-base-100">
2121
<IconInfoCircle class="text-info" />
@@ -29,7 +29,7 @@
2929
</div>
3030
</div>
3131
</div>
32-
{/if}
32+
{/if} -->
3333
<div class="text-center flex flex-col flex-1">
3434
{#if system}
3535
{#if system.name}
@@ -38,13 +38,13 @@
3838
<h1 class="text-3xl font-bold">Welcome!</h1>
3939
{/if}
4040
{:else}
41-
<h1 class="text-3xl font-bold">Welcome to the new dashboard!</h1>
41+
<h1 class="text-3xl font-bold">Welcome to the dashboard!</h1>
4242
{/if}
4343
<div class="alert mt-4 bg-base-100 max-w-md md:max-w-none flex-1">
4444
<IconFlask class="text-info" />
4545
<p>
46-
This is a complete rewrite of PluralKit's current dashboard, and hosted only for testing
47-
purposes. This is a <b>work in progress</b>, many things aren't functional yet.
46+
This is a complete rewrite of PluralKit's current dashboard, scheduled to become the main dashboard soon™.
47+
This is a <b>work in progress</b>, some things aren't functional yet.
4848
<span class="text-error">Proceed with caution.</span>
4949
</p>
5050
</div>

0 commit comments

Comments
 (0)