fix erroneous title in feedback form

This commit is contained in:
Keviin Åberg Kultalahti 2021-07-21 12:51:06 +02:00
parent 60b17594f5
commit 02077fc109
1 changed files with 1 additions and 3 deletions

View File

@ -74,9 +74,7 @@
<Detail size="S">EXTREMELY LIKELY</Detail> <Detail size="S">EXTREMELY LIKELY</Detail>
</div> </div>
{:else if step === 1} {:else if step === 1}
<Heading size="XS" <Heading size="XS">What could be improved most in Budibase?</Heading>
>How likely are you to recommend Budibase to a colleague?</Heading
>
<Divider /> <Divider />
<RadioGroup bind:value={improvements} {options} /> <RadioGroup bind:value={improvements} {options} />
<div class="footer"> <div class="footer">