(no title)
lavela
|
4 months ago
I tried to open different themes in tabs for comparison, but I would have to first open each one and then manually copy the URL into a new tab because you implemented your links as <button> (which prevents both middle-click and 'open in new tab' context menu option to work).
miketromba|4 months ago
tacker2000|4 months ago
Buttons are for submitting forms and nothing else.
In HTML a link is created using an <a> element.
React has a <Link> element for this purpose, it will be rendered as <a>.
Please OP, at least try to learn a little bit about the underlying technologies.
robertoandred|4 months ago
Also, React does not have a Link element. Please at least try to learn a little bit about the underlying technologies.