Skip to content

Commit 7c1bcd6

Browse files
committed
feat: Added Support Forum link to profile dropdown
1 parent 72a9d8b commit 7c1bcd6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/public/components/NavBar/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ const navBar = (model, pages) =>
4949
onclick: (e) => model.router.handleLinkEvent(e),
5050
href: 'https://github.com/AliceO2Group/Bookkeeping',
5151
}, 'GitHub'),
52+
h('a.menu-item', {
53+
onclick: (e) => model.router.handleLinkEvent(e),
54+
href: 'https://alice-talk.web.cern.ch/c/o2/o2-bookkeeping/',
55+
}, 'Support Forum'),
5256
h('hr'),
5357
model.session.personid === 0 // Anonymous user has id 0
5458
? h('p.m3.gray-darker', 'This instance of the application does not require authentication.')

0 commit comments

Comments
 (0)