Skip to content
Snippets Groups Projects
Unverified Commit c3a295fc authored by ありす's avatar ありす
Browse files

Fix

parent d7046a76
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,15 @@ export const navbarItemDef = reactive({
show: computed(() => $i != null),
to: '/my/drive',
},
portal: {
title: 'Rosekey Portal',
icon: 'https://i.imgur.com/aNBUk4f.png',
show: computed(() => $i != null),
to: 'https://portal.joinrosekey.org',
action: () => {
window.open('https://portal.joinrosekey.org', '_blank');
},
},
followRequests: {
title: i18n.ts.followRequests,
icon: 'ti ti-user-plus',
......@@ -60,11 +69,6 @@ export const navbarItemDef = reactive({
icon: 'ti ti-search',
to: '/search',
},
portal: {
title: 'Rosekey Portal',
icon: 'https://i.imgur.com/aNBUk4f.png',
to: 'https://portal.joinrosekey.org',
},
lookup: {
title: i18n.ts.lookup,
icon: 'ti ti-world-search',
......
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