In the board view the top left “Miro” button does not behave like a normal HTML-link.
This is unexpected because by clicking it, the browser leaves the current and navigates to a different page, which should be a reason to make it an <a> tag.
Problematic behavior:
In many instances I wanted to open another board while keeping the current board open. The usual way for me would be to middle-click the home button (the “Miro” button) of the web application to open the dashboard in a new tab and search for whatever I was looking for from there.
With Miro this is not possible, because the home button is not a link, so the browser does not recognize the middle-click as “open in new tab”.
Requested behavior:
The Miro Button behaves like a link, so it can be middle-clicked or maybe even right-clicked to have the option to open the dashboard in a new window.
