Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wds4 committed Jun 7, 2023
1 parent 7355aa0 commit 52ad4c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,21 +299,6 @@ const CreateNewCuratedList = () => {

<br />

<div className="h4">Properties</div>
<div
style={{
fontSize: '12px',
marginLeft: '20%',
padding: '20px',
width: '60%',
}}
>
These will be the properties of instances of this list. Default
properties are name and description. For now, properties are all of
type: strings. Future property types will include: objects, arrays,
numbers, boolean, etc.
</div>

<div>
<button
type="button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,21 +152,6 @@ const CreateNewInstance = ({

<br />

<div className="h4">Properties</div>
<div
style={{
fontSize: '12px',
marginLeft: '20%',
padding: '20px',
width: '60%',
}}
>
These will be the properties of instances of this list. Default
properties are name and description. For now, properties are all of
type: strings. Future property types will include: objects, arrays,
numbers, boolean, etc.
</div>

<div
id="createAndSubmitEventButtonContainer"
>
Expand Down

0 comments on commit 52ad4c2

Please sign in to comment.