diff --git a/src/components/StartPage.tsx b/src/components/StartPage.tsx index 8556712..cf76797 100644 --- a/src/components/StartPage.tsx +++ b/src/components/StartPage.tsx @@ -61,7 +61,7 @@ const StartPage = ({ setUrl }: Props) => { ) : null} - {inited && !ready && isLoggedIn ? ( + {inited && !ready && isLoggedIn ? (
Be patient
We are starting the engines.
Please click login to start using the browser.
+ Brought to you with 💚 by the + + Lume + + team, and grant sponsored by the + + Sia Foundation + +
); };