Skip to content

Commit

Permalink
Fix the default card image
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Jun 17, 2024
1 parent 8082771 commit 4e422d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/cells/decidim/plans/plan_m_cell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def plan_image
end

def default_plan_image
Decidim::Plans.default_card_image
asset_pack_path(Decidim::Plans.default_card_image)
end

def resource_image_path
Expand Down

0 comments on commit 4e422d6

Please sign in to comment.