Skip to content

Commit

Permalink
etn faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepatta committed Jan 11, 2025
1 parent e9dcd54 commit 5252993
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/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="/favicon.png" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Svelte</title>
</head>
Expand Down
Binary file removed web/public/background.jpg
Binary file not shown.
Binary file added web/public/favicon.ico
Binary file not shown.
Binary file removed web/public/favicon.png
Binary file not shown.
5 changes: 2 additions & 3 deletions web/src/Faucet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
bind:value={input}
class="input is-rounded"
type="text"
placeholder="Enter your address or ENS name"
placeholder="Enter your ETN address"
/>
</p>
<p class="control">
Expand All @@ -189,8 +189,7 @@
<style>
.hero.is-info {
background:
linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url('/background.jpg') no-repeat center center fixed;
linear-gradient('#00295F', '#012B65') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
Expand Down

0 comments on commit 5252993

Please sign in to comment.