Skip to content

Commit

Permalink
style(ui): 💄 change footer into two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Mar 15, 2024
1 parent 172a1dd commit 952e759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main-footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const initialState = {
rendered: null,
content: state => html`
<footer>
<h4>Alpha stage, not production ready. <span>Use at your own risk.</span></h4>
<h4>Alpha stage, not production ready. <div>Use at your own risk.</div></h4>
<h5>Checkout the <a target="_blank" href="https://github.com/dashhive/wallet-ui">Source Code</a></h5>
</footer>
`,
Expand Down

0 comments on commit 952e759

Please sign in to comment.