- completed design of Onyx template

This commit is contained in:
Amruth Pillai
2020-07-11 10:49:55 +05:30
parent a8c5d29858
commit 0b5653fab5
32 changed files with 848 additions and 122 deletions

View File

@ -7,7 +7,7 @@ const Objective = () => {
<section>
<Heading>Objective</Heading>
<Input type="textarea" label="Objective" path="objective" />
<Input type="textarea" label="Objective" path="objective.body" />
</section>
);
};