From fc04eee93fba6b9aa92d3a470eabfb606c559081 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Thu, 24 Apr 2025 22:18:01 +0100 Subject: [PATCH] feat(*): Disable file input for hackathon --- src/routes/upload/+page.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/upload/+page.svelte b/src/routes/upload/+page.svelte index 69aeaa6..311238e 100644 --- a/src/routes/upload/+page.svelte +++ b/src/routes/upload/+page.svelte @@ -167,14 +167,14 @@ id="file" type="file" accept=".pdf,.doc,.docx,.txt" - class="block w-full rounded border p-2" + class="block w-full rounded border p-2 bg-gray-100 cursor-not-allowed" on:change={handleFileChange} - disabled={submitting} + disabled /> - Or paste the student's submission below. + File upload is disabled for this hackathon demo.