Skip to content

Commit 01edcdf

Browse files
Fix bugs
1 parent 8e7473a commit 01edcdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chat-api/Bitwise.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export const USER_BADGES = {
215215
ADMIN: {
216216
name: () => "Sweetheart",
217217
bit: USER_BADGE_BITS.ADMIN,
218-
description: () => "Beloved Supporter,
218+
description: () => "Beloved Supporter",
219219
color:
220220
"linear-gradient(90deg, rgba(224,26,185,1) 0%, rgba(64,122,255,1) 100%)",
221221
credit: () =>

0 commit comments

Comments
 (0)