Skip to content
Snippets Groups Projects
Commit e584b7f1 authored by syuilo's avatar syuilo
Browse files

🎨

parent af9e742e
No related branches found
No related tags found
No related merge requests found
......@@ -158,18 +158,18 @@ export function getUserMenu(user, router: Router = mainRouter) {
action: () => {
copyToClipboard(`@${user.username}@${user.host || host}`);
},
}, {
icon: 'ti ti-rss',
text: i18n.ts.copyRSS,
action: () => {
copyToClipboard(`${user.host || host}/@${user.username}.atom`);
}
}, {
icon: 'ti ti-info-circle',
text: i18n.ts.info,
action: () => {
router.push(`/user-info/${user.id}`);
},
}, {
icon: 'ti ti-rss',
text: i18n.ts.copyRSS,
action: () => {
copyToClipboard(`${user.host ?? host}/@${user.username}.atom`);
},
}, {
icon: 'ti ti-mail',
text: i18n.ts.sendMessage,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment