diff --git a/frontend/client/index.html b/frontend/client/index.html index 2371e0b..d3df1d5 100644 --- a/frontend/client/index.html +++ b/frontend/client/index.html @@ -2,7 +2,7 @@ - + Scroll Sepolia Faucet diff --git a/frontend/client/images/faucet.png b/frontend/client/public/images/faucet.png similarity index 100% rename from frontend/client/images/faucet.png rename to frontend/client/public/images/faucet.png diff --git a/frontend/client/images/scroll.svg b/frontend/client/public/images/scroll.svg similarity index 100% rename from frontend/client/images/scroll.svg rename to frontend/client/public/images/scroll.svg diff --git a/frontend/client/src/App.jsx b/frontend/client/src/App.jsx index a62ff2e..bf28dd7 100644 --- a/frontend/client/src/App.jsx +++ b/frontend/client/src/App.jsx @@ -171,7 +171,7 @@ function App() { return ( <>
- + Sepolia Faucet
Created by 0xLawson