summaryrefslogtreecommitdiffstats
path: root/src/components/MemberList.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-08 11:05:38 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-07-08 11:05:38 +0200
commit73261c56a67b3c08ecf774d460de625eb29c4294 (patch)
tree43a8ba6b9b8d72c1f3ff66010c751c4dbfc4baf9 /src/components/MemberList.vue
parent208f6881a10d8784bdc72a596721f7d70c25c2fb (diff)
Fix icon-contacts-dark
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/components/MemberList.vue')
-rw-r--r--src/components/MemberList.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/MemberList.vue b/src/components/MemberList.vue
index 5c8e31ff..8ee4a6cb 100644
--- a/src/components/MemberList.vue
+++ b/src/components/MemberList.vue
@@ -26,11 +26,11 @@
{{ t('contacts', 'Loading members list …') }}
</EmptyContent>
- <EmptyContent v-else-if="!circle.isMember" icon="icon-contacts">
+ <EmptyContent v-else-if="!circle.isMember" icon="icon-contacts-dark">
{{ t('contacts', 'The list of members is only visible to members of this circle') }}
</EmptyContent>
- <EmptyContent v-else icon="icon-contacts">
+ <EmptyContent v-else icon="icon-contacts-dark">
{{ t('contacts', 'There is no member in this circle') }}
</EmptyContent>
</AppContentList>