Skip to content

Commit

Permalink
Update path to heroicons in documentation (#5647)
Browse files Browse the repository at this point in the history
The path changed recently as we moved from a vendored copy to a Mix
dependency.
  • Loading branch information
rhcarvalho authored Nov 24, 2023
1 parent 718f248 commit 2484cbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions installer/templates/phx_web/components/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ defmodule <%= @web_namespace %>.CoreComponents do
You can customize the size and colors of the icons by setting
width, height, and background color classes.
Icons are extracted from your `assets/vendor/heroicons` directory and bundled
within your compiled app.css by the plugin in your `assets/tailwind.config.js`.
Icons are extracted from the `deps/heroicons` directory and bundled within
your compiled app.css by the plugin in your `assets/tailwind.config.js`.
## Examples
Expand Down
4 changes: 2 additions & 2 deletions priv/templates/phx.gen.live/core_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ defmodule <%= @web_namespace %>.CoreComponents do
You can customize the size and colors of the icons by setting
width, height, and background color classes.
Icons are extracted from your `assets/vendor/heroicons` directory and bundled
within your compiled app.css by the plugin in your `assets/tailwind.config.js`.
Icons are extracted from the `deps/heroicons` directory and bundled within
your compiled app.css by the plugin in your `assets/tailwind.config.js`.
## Examples
Expand Down

0 comments on commit 2484cbd

Please sign in to comment.