Skip to content

Commit

Permalink
footer id
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhv12 committed May 3, 2024
1 parent 2f91c1c commit da47605
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web-app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,7 @@ const Home: NextPage = () => {
<h2>App Status: </h2>
<p>{address ? contractCallStatus.uiText : "Connect walltet to get started."}</p>
</div>
<div id="status" style={{ flex: '1', display: 'flex', flexDirection: 'column', alignItems: 'center', marginTop: '30px'}}>

<div id="footer" style={{ flex: '1', display: 'flex', flexDirection: 'column', alignItems: 'center', marginTop: '30px'}}>
<p>created by: <a href="https://jay.is-savvy.dev/">https://jay.is-savvy.dev/</a> | <a href="https://github.com/jbhv12/credible-crypto">GitHub</a></p>
</div>
</div>
Expand Down

0 comments on commit da47605

Please sign in to comment.