pm-idm
pm-idm copied to clipboard
Add anchor variant for buttons
Description
At the moment, we are using <a>
to wrap buttons, which is wrong. Besides being invalid HTML markup, it causes 2 elements to have focus.
Acceptance Criteria
- [ ] Add a way to make buttons to be
<a>
in the UI Kit - [ ] Find all the places where we wrap buttons with
<a>
and change it to use the built-in support
PR in the uikit: https://github.com/ipfs-shipyard/nomios-web-uikit/pull/82