diff --git a/web/src/routes/admin/submissions/+page.svelte b/web/src/routes/admin/submissions/+page.svelte index d5133c9..9e5eb4a 100644 --- a/web/src/routes/admin/submissions/+page.svelte +++ b/web/src/routes/admin/submissions/+page.svelte @@ -33,18 +33,14 @@

Submissions

-
-
-

Rows are color coded: Red - Incorrect, Green - Correct, Yellow - In Review

-
-
- {#if updating} -
- {/if} - Last Updated: {data.timestamp.toLocaleTimeString()} -
+
+ {#if updating} +
+ {/if} + Last Updated: {data.timestamp.toLocaleTimeString()}
-
+ +