Skip to content

Commit

Permalink
Make a HAL Form on the Project Item #48
Browse files Browse the repository at this point in the history
  • Loading branch information
syedfarhankabir committed Oct 28, 2022
1 parent 0aad6e1 commit 051bd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/project/formats/hal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export function item(project: Project) {
placeHolder: 'John Doe',
},
{
name: 'email',
prompt: 'Email',
name: 'href',
prompt: 'Href',
required: true,
type: 'url',
placeHolder: 'mailto:[email protected]',
Expand Down

0 comments on commit 051bd6f

Please sign in to comment.