Skip to content

Commit ffe1e39

Browse files
Sonia PutzelSonia Putzel
authored andcommitted
feat: Group Proposals List - changing icon
1 parent c307001 commit ffe1e39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/cells/decidim/profile_cell.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ProfileCell < Decidim::ViewModel
1919
groups: { icon: "team-line", path: :profile_groups_path },
2020
members: { icon: "contacts-line", path: :profile_members_path },
2121
conversations: { icon: "question-answer-line", path: :profile_conversations_path },
22-
proposals: { icon: "group-line", path: :profile_proposals_path }
22+
proposals: { icon: "eye-2-line", path: :profile_proposals_path }
2323
}.freeze
2424

2525
def show

0 commit comments

Comments
 (0)