From 2484cbdc392a256b7d9eab8e6052a285b36eb9c3 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 24 Nov 2023 13:42:50 +0100 Subject: [PATCH] Update path to heroicons in documentation (#5647) The path changed recently as we moved from a vendored copy to a Mix dependency. --- installer/templates/phx_web/components/core_components.ex | 4 ++-- priv/templates/phx.gen.live/core_components.ex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/installer/templates/phx_web/components/core_components.ex b/installer/templates/phx_web/components/core_components.ex index 6f7d48c674..6d5841ea48 100644 --- a/installer/templates/phx_web/components/core_components.ex +++ b/installer/templates/phx_web/components/core_components.ex @@ -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 diff --git a/priv/templates/phx.gen.live/core_components.ex b/priv/templates/phx.gen.live/core_components.ex index 6f7d48c674..6d5841ea48 100644 --- a/priv/templates/phx.gen.live/core_components.ex +++ b/priv/templates/phx.gen.live/core_components.ex @@ -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