From 345d44198490edf17da4e6140b7f1521d9a76f90 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 18 Nov 2023 09:13:19 -0500 Subject: [PATCH] feat: add lumeweb as a site --- src/components/StartPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/StartPage.tsx b/src/components/StartPage.tsx index 1ce77d6..fea0241 100644 --- a/src/components/StartPage.tsx +++ b/src/components/StartPage.tsx @@ -6,6 +6,7 @@ type Props = { }; const AVAILABLE_PAGES = [ + "lumeweb", "blockranger.eth", "esteroids.eth", "ens.eth",