diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56dae0e..3f36d74 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: env: - PUBLIC_API_URL: https://script.google.com/macros/s/AKfycbzUvlel9h-DJ4h-R3k0SH2yMuWu-RKVpsFOKooi5scIOkQ3ZdHks6VEStIx2DKcGG7tfA/exec + PUBLIC_API_URL: https://script.google.com/macros/s/AKfycbzk_Q1SEbFbzj4IGUSNw4MRPB-Tse2UfgSH2Go282XKL6lFRjQonsZg5AYRsC9ZJ8n7gA/exec # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read diff --git a/src/lib/formLayout.ts b/src/lib/formLayout.ts index 250be08..e81bb31 100644 --- a/src/lib/formLayout.ts +++ b/src/lib/formLayout.ts @@ -150,7 +150,8 @@ export const SSForm: Form = { }, { type: "input", - label: "Serious foul?", + label: "Fouls?", + tooltip: "Select the worst foul received during the match", component: { type: "Dropdown", id: "serious foul", @@ -163,11 +164,12 @@ export const SSForm: Form = { }, { type: "input", - label: "Reason for serious foul?", + label: "Reason for fouls?", + tooltip: "Detail the number of each type of foul and why they received each one", component: { type: "Textbox", id: "serious foul reason", - maxLength: 100 + maxLength: 250 } }, {