mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Merge pull request #215 from Snazzah/bots-token
This commit is contained in:
commit
4dda7f12db
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +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