diff --git a/src/components/App.tsx b/src/components/App.tsx index 85dc95f..0796498 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -41,8 +41,15 @@ const App: React.FC = () => {
{ethStatus?.syncState === "syncing" ? ( - - {ethStatus.sync.toFixed(1)}% Syncing Ethereum Network + + + {ethStatus.sync.toFixed(1)}% + {" "} + Syncing Ethereum Network ) : ethStatus?.syncState === "done" ? ( @@ -132,8 +139,10 @@ const Root = () => { - - +
+ + +
diff --git a/src/components/Browser.tsx b/src/components/Browser.tsx index d13c4d7..dbf1455 100644 --- a/src/components/Browser.tsx +++ b/src/components/Browser.tsx @@ -346,7 +346,7 @@ export function Browser() { ref={iframeRef} onLoad={handleIframeLoad} src={url ? `/browse/${url}` : "about:blank"} - className={`${shouldRenderStartPage ? "hidden" : ""} w-full h-full`} + className={`${shouldRenderStartPage ? "hidden" : ""} flex-1 w-full h-full -mb-5`} > ); diff --git a/src/components/StartPage.tsx b/src/components/StartPage.tsx index fea0241..3eff3c4 100644 --- a/src/components/StartPage.tsx +++ b/src/components/StartPage.tsx @@ -9,7 +9,7 @@ const AVAILABLE_PAGES = [ "lumeweb", "blockranger.eth", "esteroids.eth", - "ens.eth", + // "ens.eth", "sogola.eth", "vitalik.eth", ]; @@ -18,7 +18,7 @@ const StartPage = ({ setUrl }: Props) => { const { ready, inited } = useLumeStatus(); const { isLoggedIn } = useAuth(); return ( -
+

Welcome to the Lume Browser

@@ -29,7 +29,7 @@ const StartPage = ({ setUrl }: Props) => {

For further documentation, see:{" "} - + https://docs.lumeweb.com/browser-webapp

@@ -38,6 +38,21 @@ const StartPage = ({ setUrl }: Props) => { {inited && ready ? (

+
+

Disclaimer

+

+ The sites listed below are the ones we currently support. We're a + small team working hard to make this technology possible. We don't + endorse any ideological views. Our focus is on building for a free + web. The listed sites are examples of what our technology can do + today. Please note that we are not hosting or serving any content + ourselves and have no control over the content as it's + decentralized. +

+

Currently Accessible Websites:

diff --git a/src/pages/index.astro b/src/pages/index.astro index 6101db6..7d17164 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,8 +13,6 @@ import "@/styles/globals.scss"; Web3 Browser - Powered By Lume Web -
-