Skip to content

Commit

Permalink
Merge pull request #1759 from ember-learn/tagname-fix
Browse files Browse the repository at this point in the history
Remove deprecated use of tagName in LinkTo
  • Loading branch information
jenweber authored Dec 16, 2021
2 parents 2f37157 + a0c3577 commit d40316f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/release/models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export default class DraftsButtonComponent extends Component {
```

```handlebars {data-filename=app/components/drafts-button.hbs}
<LinkTo @route="drafts" @tagName="button">
<LinkTo @route="drafts">
Drafts ({{this.drafts.length}})
</LinkTo>
```
Expand Down

0 comments on commit d40316f

Please sign in to comment.