diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-08-03 18:44:35 -0500 |
|---|---|---|
| committer | Mark Felder <feld@feld.me> | 2021-06-01 12:51:20 -0500 |
| commit | 0604b1d5b7b19db41096876d0d911ea95c3c778f (patch) | |
| tree | 44a898b9aa8868a0269c45252cfd3c73bca8fa68 /src/App.vue | |
| parent | 7bd18cda64e0a4ca7a61ff2cf69714f23281e9d9 (diff) | |
Rename legacy PleromaFE Chat functionality to "Shout"
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/App.vue b/src/App.vue index 1a166778..6c582c03 100644 --- a/src/App.vue +++ b/src/App.vue @@ -49,10 +49,10 @@ </div> <media-modal /> </div> - <chat-panel - v-if="currentUser && chat" + <shout-panel + v-if="currentUser && shout" :floating="true" - class="floating-chat mobile-hidden" + class="floating-shout mobile-hidden" /> <MobilePostStatusButton /> <UserReportingModal /> |
