Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-05-29 23:33:31 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2022-05-29 23:44:32 +0300
commite99dd8d488a21bacd521a1280a80c67c8774a8bf (patch)
tree5922942f0d54180df81a512aab6e997280209850 /src
parent923f3e74185186877d39ecd1ffa1f00eb6966992 (diff)
Use icon-circles provided by serverfix/noid/compile-scss
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/components/AppNavigation/CalendarSharee.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/CalendarSharee.vue b/src/components/AppNavigation/CalendarSharee.vue
index 65313cd5..779ee7d1 100644
--- a/src/components/AppNavigation/CalendarSharee.vue
+++ b/src/components/AppNavigation/CalendarSharee.vue
@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<AccountMultiple v-if="sharee.isGroup"
:size="18"
class="avatar" />
- <div v-else-if="sharee.isCircle" class="avatar icon-circle" />
+ <div v-else-if="sharee.isCircle" class="avatar icon-circles" />
<Avatar v-else
:user="sharee.id"
:display-name="sharee.displayName"