Skip to content

Commit

Permalink
docs: fix note markup
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Apr 28, 2024
1 parent db3a022 commit 4e01828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ import PhCube from 'ember-phosphor-icons/components/ph-cube';
</template>
```

> **Note:** The coordinate space of slotted elements is relative to the contents of the icon `viewBox`, which is a 256x256 square. Only [valid SVG elements](https://developer.mozilla.org/en-US/docs/Web/SVG/Element#SVG_elements_by_category) will be rendered.
> [!NOTE]
> The coordinate space of slotted elements is relative to the contents of the icon `viewBox`, which is a 256x256 square. Only [valid SVG elements](https://developer.mozilla.org/en-US/docs/Web/SVG/Element#SVG_elements_by_category) will be rendered.
## Contributing

Expand Down

0 comments on commit 4e01828

Please sign in to comment.