Skip to content

Commit

Permalink
Replace BOT with APP
Browse files Browse the repository at this point in the history
  • Loading branch information
prathercc committed May 14, 2024
1 parent f253c5c commit 17aeea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/message-mock/components/author-name.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const AuthorName = ({
wordBreak: "keep-all",
}}
>
<CheckIcon sx={{ width: "12px !important" }} /> BOT
<CheckIcon sx={{ width: "12px !important" }} /> APP
</span>
)}
</>
Expand Down

0 comments on commit 17aeea4

Please sign in to comment.