Skip to content

Commit

Permalink
fix(toolbar): Update for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest committed Mar 6, 2018
1 parent 2422ed2 commit 74d9a52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mdc-toolbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ Icons can be added as anchor tags, `span`s, or `button`s to `mdc-toolbar`. There
When using `svg` icons, ensure you wrap the `svg` element in an `a` and include the `mdc-toolbar__icon` class.

```html
<a href="#" class="mdc-toolbar__icon">
<svg></svg>
</a>
<a href="#" class="mdc-toolbar__icon">
<svg></svg>
</a>
```

### Fixed toolbars
Expand Down

0 comments on commit 74d9a52

Please sign in to comment.