Skip to content

Commit

Permalink
Use logo asset in umbrella generator (#5760)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmnv committed May 2, 2024
1 parent 3f101f4 commit ed1ab82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/lib/phx_new/web.ex
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ defmodule Phx.New.Web do
"phx_test/controllers/error_html_test.exs": "test/:web_app/controllers/error_html_test.exs",
"phx_assets/topbar.js": "assets/vendor/topbar.js",
"phx_web/components/layouts/root.html.heex": "lib/:web_app/components/layouts/root.html.heex",
"phx_web/components/layouts/app.html.heex": "lib/:web_app/components/layouts/app.html.heex"}
"phx_web/components/layouts/app.html.heex": "lib/:web_app/components/layouts/app.html.heex"},
{:eex, :web, "phx_assets/logo.svg": "priv/static/images/logo.svg"}
])

def prepare_project(%Project{app: app} = project) when not is_nil(app) do
Expand Down

0 comments on commit ed1ab82

Please sign in to comment.