Skip to content

Commit

Permalink
fix: invalid DOM property 'class' on Earn page (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Aug 2, 2022
1 parent 96a401c commit 3d3706f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Earn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ export default function Earn() {
<hr className="m-0" />
</div>
)}
<div class="mt-4">
<div className="mt-4">
<rb.Button
variant="dark"
type="submit"
Expand Down

0 comments on commit 3d3706f

Please sign in to comment.