Skip to content

Use button elements for torque-edit-button

Justin Reese requested to merge buttonize-torque-edit-button into main

Semantically, we should use interactive elements for interactive components. E.g., a button that opens a model should be a <button>.

This MR changes the element we use for torque-edit-button from <span> to <button> for the two newer proposal templates (YGOC and global).

https://code.librehq.com/ots/clients/lfc/torque-tracker/-/issues/122

Merge request reports