diff --git a/src/components/nft-gallery/App.tsx b/src/components/nft-gallery/App.tsx index 21977d7..8b2acd4 100644 --- a/src/components/nft-gallery/App.tsx +++ b/src/components/nft-gallery/App.tsx @@ -387,8 +387,8 @@ function App() { } return ( -
- +
+
@@ -431,7 +431,7 @@ function App() { {auth.isLoggedIn && !ethStatus?.ready ? ( - + You'll need to wait for a couple minutes before we can start searching. You are currently locally syncing to the ETH network. Current Progress: {ethStatus?.sync ? `${ethStatus?.sync.toLocaleString()}%` : 'Initializing...'} diff --git a/src/pages/index.astro b/src/pages/index.astro index c165a12..7cc14f1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -58,7 +58,10 @@ import '@/styles/global.css' - + + + For an enhanced experience, we recommend opening the developer console while interacting with these demos. If you're unsure how to do this, you can find instructions . +

Brought to you with 💚 by the lumeweb.com team alongside the Sia Foundation