File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff line change 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" />
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 }
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 >
You can’t perform that action at this time.
0 commit comments