Skip to content

Commit

Permalink
Uppercase "Submit" in buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarrough committed Oct 23, 2022
1 parent eb56dc9 commit 52e8339
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/r4-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ template.innerHTML = `
<slot name="fields"></slot>
<slot name="submit">
<fieldset>
<button type="submit" name="submit">submit</button>
<button type="submit" name="submit">Submit</button>
</fieldset>
</slot>
</form>
Expand Down
1 change: 0 additions & 1 deletion src/components/r4-track-update.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ fieldsTemplate.innerHTML = `
</slot>
`


export default class R4TrackCreate extends R4Form {
constructor() {
super()
Expand Down

0 comments on commit 52e8339

Please sign in to comment.