Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aglawson committed Sep 21, 2023
1 parent 854ab08 commit fab655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function App() {
return (
<>
<div style={{alignItems: 'center', marginTop: '15%'}}>
<img src='frontend/client/images/scroll.svg' style={{width: '10em'}}/>
<img src='/images/scroll.svg' style={{width: '10em'}}/>
<strong style={{width: '10em',padding: '5px', color: 'black', fontFamily: 'Courier New, monospace'}}>Sepolia Faucet</strong>
</div>
<div style={{borderRadius: '2%', padding: '5px', backgroundColor: '#FFE6C8',position: 'fixed', top: '2%', left: '2%', fontFamily: 'Courier New, monospace'}}><a href="https://twitter.com/0xlawson" target="_blank" rel="noopener noreferrer" style={{color: 'black', textDecoration: 'none'}}>Created by 0xLawson</a></div>
Expand Down

0 comments on commit fab655c

Please sign in to comment.