feat: add an about in the start footer
This commit is contained in:
parent
f48a8e9385
commit
b7deaa09e9
|
@ -79,6 +79,19 @@ const StartPage = ({ setUrl }: Props) => {
|
|||
<p>Please click login to start using the browser.</p>
|
||||
</div>
|
||||
) : null}
|
||||
<p className="text-white text-sm p-5 text-center">
|
||||
Brought to you with 💚 by the
|
||||
<a href="https://lumeweb.com" className="text-zinc-500 underline">
|
||||
Lume
|
||||
</a>
|
||||
team, and grant sponsored by the
|
||||
<a
|
||||
href="https://sia.tech/about-sia-foundation"
|
||||
className="text-zinc-500 underline"
|
||||
>
|
||||
Sia Foundation
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue