Describe the bug
On the dashboard, bookmarked projects are displayed. They are handling their event with a js onClicked event as opposed to being an a href which means that you cannot open a project in a new window.
To Reproduce
Steps to reproduce the behavior:
Go to dashboard
Right click on a bookmarked project
Observe options, no 'open in new tab', etc.
Expected behavior
The button should behave like a link/anchor would
Describe the bug On the dashboard, bookmarked projects are displayed. They are handling their event with a js onClicked event as opposed to being an
a href
which means that you cannot open a project in a new window.To Reproduce Steps to reproduce the behavior:
Expected behavior The button should behave like a link/anchor would