Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/15.1' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cbliard committed Dec 23, 2024
2 parents c9bccec + 845687b commit ed32281
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
Binary file added app/assets/images/open_desk/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions app/assets/images/open_desk/favicon.svg

This file was deleted.

2 changes: 1 addition & 1 deletion app/seeders/demo_data/open_desk/theme_seeder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def seed_data! # rubocop:disable Metrics/AbcSize
custom_style = CustomStyle.current
custom_style.logo = File.new(OpenProject::OpenDesk::Engine.root.join("app", "assets", "images", "open_desk", "logo.svg"))
custom_style.favicon = File.new(OpenProject::OpenDesk::Engine.root.join("app", "assets", "images", "open_desk",
"favicon.svg"))
"favicon.png"))
custom_style.save!
custom_style.touch
end
Expand Down

0 comments on commit ed32281

Please sign in to comment.