Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Apr 4, 2023
1 parent dac8082 commit 8b629d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavours/classic/config/bonfire_ui.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Config
# 2) instance admins in Settings

cwd = File.cwd!()
dep_ui_common = (if File.exists?("#{cwd}/extensions/bonfire_ui_common/"), do: "#{cwd}/deps/bonfire_ui_common/")
dep_ui_common = (if File.exists?("#{cwd}/extensions/bonfire_ui_common/"), do: "#{cwd}/extensions/bonfire_ui_common/", else: "#{cwd}/deps/bonfire_ui_common/")

config :bonfire, :ui,
theme: [
Expand Down

0 comments on commit 8b629d1

Please sign in to comment.