Skip to content

Commit

Permalink
Merge pull request #243 from 67P/ui/channel_info_icon
Browse files Browse the repository at this point in the history
Change channel info/settings icon
  • Loading branch information
galfert committed Aug 30, 2021
2 parents c566abf + 3a0d4fb commit b36cbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/channel-container/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<IconPaperclip />
</LinkTo>
<LinkTo @route="channel.settings" @model={{@channel}} {{on "click" (fn this.menu "channel" "show")}}>
<IconSettings />
<IconInfo />
</LinkTo>
<a {{on "click" (fn this.leaveChannel @channel)}} title="Leave {{@channel.name}}">
<IconLogOut />
Expand Down

0 comments on commit b36cbdf

Please sign in to comment.