mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 15:10:57 -05:00
Use 5 dots
This commit is contained in:
parent
5f68a5c831
commit
bf7fd14fb7
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ function BotCard({ bot, onDelete, onUpdate }: Props) {
|
||||||
onClick={() => writeClipboard(bot.token)}
|
onClick={() => writeClipboard(bot.token)}
|
||||||
description={
|
description={
|
||||||
<>
|
<>
|
||||||
|
{"••••• "}
|
||||||
<a
|
<a
|
||||||
onClick={(ev) =>
|
onClick={(ev) =>
|
||||||
stopPropagation(
|
stopPropagation(
|
||||||
|
|
Loading…
Reference in a new issue