Skip to content

Commit

Permalink
update image path
Browse files Browse the repository at this point in the history
  • Loading branch information
aglawson committed Sep 21, 2023
1 parent 8305955 commit 975465e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="./images/faucet.png" />
<link rel="icon" type="image/png" href="./public/images/faucet.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Scroll Sepolia Faucet</title>
</head>
Expand Down
File renamed without changes
File renamed without changes
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='./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 975465e

Please sign in to comment.