Skip to content

Commit

Permalink
fixed missing closing bracket in documentation (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianmeier authored and knownasilya committed Jan 4, 2020
1 parent b94f1c4 commit c2d9ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/file-upload/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import uuid from '../../system/uuid';
accept="image/*"
onfileadd=(action 'setAvatar' changeset)}}
{{#if changeset.avatar}}
<img src={{changeset.avatar.url}}
<img src={{changeset.avatar.url}} />
<a id="upload-avatar" tabindex=0>Add a photo of yourself</a>
{{else}}
<a id="upload-avatar" tabindex=0>Add a photo of yourself</a>
Expand Down

0 comments on commit c2d9ae8

Please sign in to comment.