diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-09-16 11:53:54 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-09-16 11:53:54 +0300 |
| commit | 20d33c2fbc1e3cf9cdbab94c26b138acd505d001 (patch) | |
| tree | 29884cbcd83b287f2158c0432b055d940b53a246 /src/components/chat_panel/chat_panel.vue | |
| parent | 1b811d8b931706927d8fa096435b2c272eb0d7ef (diff) | |
change icon to a megaphone
Diffstat (limited to 'src/components/chat_panel/chat_panel.vue')
| -rw-r--r-- | src/components/chat_panel/chat_panel.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat_panel/chat_panel.vue b/src/components/chat_panel/chat_panel.vue index ca529b5a..570435e7 100644 --- a/src/components/chat_panel/chat_panel.vue +++ b/src/components/chat_panel/chat_panel.vue @@ -63,7 +63,7 @@ @click.stop.prevent="togglePanel" > <div class="title"> - <i class="icon-comment-empty" /> + <i class="icon-megaphone" /> {{ $t('shoutbox.title') }} </div> </div> |
