Skip to content

Commit

Permalink
Put carousel images in random order (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
wulman16 committed Aug 11, 2020
1 parent 8cf6876 commit b6542d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/presenters/hero_image_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ def initialize
end

def images
@images = @config['hero_images']
@images = @config['hero_images'].shuffle
end
end

0 comments on commit b6542d0

Please sign in to comment.