codeamp / panel

CodeAmp Web Application. Built with React.js, GraphQL and Material-UI.
12 stars 7 forks source link

Bookmarked Projects Not a Link #233

Closed aballman closed 6 years ago

aballman commented 6 years ago

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:

  1. Go to dashboard
  2. Right click on a bookmarked project
  3. Observe options, no 'open in new tab', etc.

Expected behavior The button should behave like a link/anchor would