Skip to content

Commit

Permalink
Merge pull request #91 from pierrelegall/fix/90-deprecated-call-of-sa…
Browse files Browse the repository at this point in the history
…ladui-merge

fix: replace SaladUI.Merge.merge call in template
  • Loading branch information
bluzky authored Nov 28, 2024
2 parents 71acc20 + 03dd6e9 commit 52587bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/component.eex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule <%= @module_name %>Web.Component do
alias Phoenix.LiveView.JS

defp classes(input) do
SaladUI.Merge.merge(input)
TwMerge.merge(input)
end
end
end
Expand Down

0 comments on commit 52587bc

Please sign in to comment.