Skip to content

Commit

Permalink
Change channel info/settings icon
Browse files Browse the repository at this point in the history
Most people are not able to change channel settings, so it's going to be
more of an info section than a settings one.
  • Loading branch information
raucao committed Aug 29, 2021
1 parent c566abf commit 3a0d4fb
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 3a0d4fb

Please sign in to comment.