From 6e77ff6fed523bb5802b596719be9dfd1592be80 Mon Sep 17 00:00:00 2001 From: Brendan Ryan Date: Sun, 19 Apr 2026 18:53:16 -0700 Subject: [PATCH] fix: reorder faucet tabs to show "Fund an address" first Put the lightweight "Fund an address" tab first so the page loads fast. The expensive "Fund your wallet" tab (wallet connector, MIPD) is now lazy-loaded only when clicked. --- src/pages/guide/use-accounts/add-funds.mdx | 22 +++++++++++----------- src/pages/quickstart/faucet.mdx | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/pages/guide/use-accounts/add-funds.mdx b/src/pages/guide/use-accounts/add-funds.mdx index 9988379d..2a059596 100644 --- a/src/pages/guide/use-accounts/add-funds.mdx +++ b/src/pages/guide/use-accounts/add-funds.mdx @@ -18,6 +18,17 @@ import { Tabs, Tab } from 'vocs' Get test tokens to build on Tempo testnet. + + +
+Send test stablecoins to any address. + +
+ + + + +
@@ -32,17 +43,6 @@ Connect your wallet to receive test stablecoins directly. - - - -
-Send test stablecoins to any address. - -
- - - - diff --git a/src/pages/quickstart/faucet.mdx b/src/pages/quickstart/faucet.mdx index 90218d94..dbcf2520 100644 --- a/src/pages/quickstart/faucet.mdx +++ b/src/pages/quickstart/faucet.mdx @@ -19,6 +19,17 @@ import { Tabs, Tab } from 'vocs' Get test stablecoins on Tempo testnet. + + +
+Send test stablecoins to any address. + +
+ + + + +
@@ -33,17 +44,6 @@ Connect your wallet to receive test stablecoins directly. - - - -
-Send test stablecoins to any address. - -
- - - -