fix erroneous title in feedback form
This commit is contained in:
parent
60b17594f5
commit
02077fc109
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue