fix(ui): uxt fixes

This commit is contained in:
nick-delirium 2023-12-01 16:21:26 +01:00
parent 57a0f2fabc
commit b5d6d1b5f7

View file

@ -176,7 +176,7 @@ function TestEdit() {
</div>
<div className={'p-4 rounded bg-white border flex flex-col gap-2'}>
<Typography.Text strong>Starting point</Typography.Text>
<Typography.Text strong>🏁 Starting point</Typography.Text>
<Input
style={{ width: 400 }}
type={'url'}
@ -191,7 +191,7 @@ function TestEdit() {
</div>
<div className={'p-4 rounded bg-white border flex flex-col gap-2'}>
<Typography.Text strong>Introduction and Guidelines for Participants</Typography.Text>
<Typography.Text strong>📖 Introduction and Guidelines for Participants</Typography.Text>
<Typography.Text></Typography.Text>
{isOverviewEditing ? (
<Input.TextArea
@ -241,7 +241,7 @@ function TestEdit() {
</div>
<div className={'p-4 rounded bg-white border flex flex-col gap-2'}>
<Typography.Text strong>Tasks</Typography.Text>
<Typography.Text strong>📋 Tasks</Typography.Text>
{uxtestingStore.instance!.tasks.map((task, index) => (
<Step
ind={index}
@ -307,7 +307,7 @@ function TestEdit() {
</div>
<div className={'p-4 rounded bg-white border flex flex-col gap-2'}>
<Typography.Text strong>Conclusion Message</Typography.Text>
<Typography.Text strong>🎉 Conclusion Message</Typography.Text>
<div>
{isConclusionEditing ? (
<Input.TextArea