use proper semantics for a tag as button

This commit is contained in:
Hayden 2022-10-22 10:34:39 -08:00
parent e031ea0e95
commit fd8a66bcbc

View file

@ -17,7 +17,7 @@
</div> </div>
<br> <br>
<div class="code-container"> <div class="code-container">
<a id="copy-button" class="copy-button"> <a href="#" role="button" id="copy-button" class="copy-button">
Copy Copy
</a> </a>
<div style="clear: both;"> <div style="clear: both;">