replaced ti-id
This commit is contained in:
parent
dfc5cbd5d7
commit
e84844b4ae
5 changed files with 5 additions and 4 deletions
|
|
@ -354,7 +354,7 @@ export function getUserMenu(user: Misskey.entities.UserDetailed, router: IRouter
|
|||
|
||||
if (defaultStore.state.devMode) {
|
||||
menu = menu.concat([{ type: 'divider' }, {
|
||||
icon: 'ph-identification-card ph-bold ph-lg',
|
||||
icon: 'ti ti-id',
|
||||
text: i18n.ts.copyUserId,
|
||||
action: () => {
|
||||
copyToClipboard(user.id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue