Skip to content

Commit

Permalink
Update +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
DraftedDev committed Dec 9, 2023
1 parent 68ccacf commit 716621e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/netto/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<Modal title="Artikel Abfrage" bind:open={openAbfrage} outsideclose>
<p class="text-center">{abfrage.name}</p>
<Label class="mb-2">Artikel Nummer?</Label>
<Inputr required bind:value={abfrageInput} />
<Input required bind:value={abfrageInput} />
{#if abfrageRichtig == 0}
<Alert color="red">Falsch. Versuch's nochmal D:</Alert>
{:else if abfrageRichtig == 1}
Expand Down

0 comments on commit 716621e

Please sign in to comment.