Skip to content

Commit

Permalink
Add more events
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtaStruhar committed Nov 17, 2024
1 parent 6338379 commit c071f2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@ import PageLayout from "../layouts/PageLayout.astro";
id={itemId}
name={category.title}
value={item}
class="plausible-event-name=Option+Checked"
/>
) : (
<input
type="checkbox"
id={itemId}
name={category.title}
value={item}
class="plausible-event-name=Option+Checked"
/>
)}
<label class="mx-2" for={itemId}>
Expand All @@ -67,7 +69,10 @@ import PageLayout from "../layouts/PageLayout.astro";
<div class="flex justify-center">
<button
id="output-button"
class="py-4 px-8 text-lg font-bold rounded-lg border-none shadow bg-amber-400 hover:cursor-pointer hover:shadow-lg transition-all"
class:list={[
"plausible-event-name=Generate+Output",
"py-4 px-8 text-lg font-bold rounded-lg border-none shadow bg-amber-400 hover:cursor-pointer hover:shadow-lg transition-all",
]}
>
Generate Steam Review!</button
>
Expand Down

0 comments on commit c071f2c

Please sign in to comment.