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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AdminSettings/StunServers.vue')
-rw-r--r--src/components/AdminSettings/StunServers.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AdminSettings/StunServers.vue b/src/components/AdminSettings/StunServers.vue
index 4eb0a59a4..c35053f4a 100644
--- a/src/components/AdminSettings/StunServers.vue
+++ b/src/components/AdminSettings/StunServers.vue
@@ -31,7 +31,7 @@
:aria-label="t('spreed', 'Add a new STUN server')"
@click="newServer">
<template #icon>
- <Plus />
+ <Plus :size="20" />
</template>
</Button>
</h2>