Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore: add test network disclaimers (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored Aug 18, 2022
1 parent 268ad77 commit 3fde36e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/app/src/systems/Home/components/HomeHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export function HomeHero() {
scaling beyond layer-2s and monolithic blockchain design.
#BeyondMonolithic
</p>
<p className="text-sm font-light italic">
This is running on the Fuel test network. No real funds are used.
Demonstration purposes only.
</p>
<Button size="lg" variant="primary" onPress={() => navigate(Pages.swap)}>
Launch app
</Button>
Expand Down
6 changes: 5 additions & 1 deletion packages/app/src/systems/Welcome/components/WelcomeDone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ export function WelcomeDone() {
<WelcomeStep id={2}>
<WelcomeImage src="/illustrations/done.png" />
<h2>Wallet Created!</h2>
<p className="my-5">
<p className="mt-5">
Now you&apos;re ready to swap and pool <b>test assets</b> using Fuel:
the fastest modular execution layer.
</p>
<p className="text-sm font-light italic my-5">
This is running on the <b>Fuel test network</b>. No real funds are used.
Demonstration purposes only.
</p>
<div className="flex justify-center mb-6">
<label htmlFor="accept-agreement">
<input
Expand Down

0 comments on commit 3fde36e

Please sign in to comment.