1
0
Fork 0
mirror of https://github.com/m1k1o/neko.git synced 2025-07-12 06:18:10 +02:00
This commit is contained in:
Craig 2020-04-05 03:17:06 +00:00
parent fa64f930a9
commit 9d484a49d0
12 changed files with 31 additions and 31 deletions
client/src/components

View file

@ -39,10 +39,10 @@
<template v-if="admin">
<li class="seperator" />
<li>
<span @click="kick(child.data.member)" style="color: #f04747">{{ $t('context.kick') }}</span>
<span @click="kick(child.data.member)" style="color: #f04747;">{{ $t('context.kick') }}</span>
</li>
<li>
<span @click="ban(child.data.member)" style="color: #f04747">{{ $t('context.ban') }}</span>
<span @click="ban(child.data.member)" style="color: #f04747;">{{ $t('context.ban') }}</span>
</li>
</template>
</template>