Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Maurer <lukas.maurer@siemens.com>
  • Loading branch information
danielleroux and nuke-ellington authored Dec 9, 2024
1 parent 749ff1c commit 432c49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/khaki-moles-cry.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Add `meta`-tag feature to disable default load of `@siemens/ix-icons`
<meta name="ix:legacy-icons" content="false" />
```

In addition the warning is removed is no icon component is provided.
In addition the warning is removed if no icon component is provided.
3 changes: 1 addition & 2 deletions packages/documentation/docs/installation/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ import { defineCustomElements as defineIxIconCustomElement } from '@siemens/ix-i

> This can be useful if you have configured CSP nonce, because of the lazy bootstrap behavior of the components.
To prevent the define of the `ix-icon` component via the setup function of the library you have to
set a `meta[ix:legacy-icons="false"]` tag.
To prevent the definition of the `ix-icon` component during library setup, add the following <meta> tag to your application:

```html
<meta name="ix:legacy-icons" content="false" />
Expand Down

0 comments on commit 432c49c

Please sign in to comment.