diff --git a/app/src/routes/dashboard/(admin)/drafts/+page.svelte b/app/src/routes/dashboard/(admin)/drafts/+page.svelte index ab0a4a6..a113d88 100644 --- a/app/src/routes/dashboard/(admin)/drafts/+page.svelte +++ b/app/src/routes/dashboard/(admin)/drafts/+page.svelte @@ -14,26 +14,27 @@ {#if draft === null} - {#if labs.some(({ quota }) => quota <= 0)} + {#if labs.some(({ quota }) => quota > 0)} +
+ Welcome to the Draft Ranking Automated Processor! There are currently no drafts + happening at the moment, but as an administrator, you have the authorization to start a new one. +
++ To begin, simply provide the the maximum number of rounds for the upcoming draft. This has + historically been set to 5. +
+- Welcome to the Draft Ranking Automated Processor! There are currently no drafts - happening at the moment, but as an administrator, you have the authorization to start a new one. -
-- To begin, simply provide the the maximum number of rounds for the upcoming draft. This has historically - been set to 5. -
-