Skip to content

Commit 7b1a725

Browse files
Fix icon reference in project menu
1 parent 43ae411 commit 7b1a725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/open_project/proto_plugin/engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Engine < ::Rails::Engine
4343
after: :overview,
4444
param: :project_id,
4545
caption: "Kittens",
46-
icon: 'icon2 icon-settings',
46+
icon: :squirrel,
4747
html: { id: "kittens-menu-item" },
4848
if: ->(project) { true }
4949

0 commit comments

Comments
 (0)