Fix deprecated on:click
Some checks failed
Build Docker image / build (push) Failing after 43s
Build Docker image / deploy (push) Has been skipped
Build Docker image / verify (push) Has been skipped

This commit is contained in:
Roman Krček
2025-06-28 00:33:44 +02:00
parent a7262f9815
commit 2d7feea623
6 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ Edit
<div class="rounded-lg border border-gray-300 p-4 flex flex-col gap-4">
<button
class="rounded-md px-4 py-2 bg-blue-600 text-white"
on:click={() => count++}
onclick={() => count++}
aria-label="Increment counter"
>
{count}