fix(ui): uxt fixes
This commit is contained in:
parent
57a0f2fabc
commit
b5d6d1b5f7
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue