Skip to content

Commit

Permalink
✨ Add clothing tool feedback button
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte2036 committed Jul 17, 2024
1 parent 493cc6e commit 20aa291
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/clothing/ClothingSizesInput.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script lang="ts">
import LinkButton from '$lib/LinkButton.svelte';
import Input from '$lib/Input.svelte';
import Select from '$lib/Select.svelte';
import { clothingInput } from '$lib/clothing/clothingInputStore';
Expand Down Expand Up @@ -53,3 +54,10 @@
placeholder={`${humanMeasurementToFriendlyName('insideLegLength')} in cm`}
/>
</div>

<LinkButton
secondary
dataUmamiEvent="Open Größenrechner Feedback"
url="https://forms.gle/oaNePwScz1yMaZMF8"
blank>Feedback für die Verbesserung des Größenrechners</LinkButton
>

0 comments on commit 20aa291

Please # to comment.