From 6a88251246e69a1c87dfc2838fc70041e0ceb6eb Mon Sep 17 00:00:00 2001 From: gmkung Date: Wed, 23 Aug 2023 23:58:47 +0800 Subject: [PATCH] Setting the selected package to the install button Making this change so that we can test the actual deployed NPM package. --- packages/site/src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/site/src/pages/index.tsx b/packages/site/src/pages/index.tsx index 074e8e5..737ce4e 100644 --- a/packages/site/src/pages/index.tsx +++ b/packages/site/src/pages/index.tsx @@ -141,7 +141,7 @@ const Index = () => { }; const handleConnectClick = async () => { - const defaultSnapOrigin = `local:http://localhost:8080`; + const defaultSnapOrigin = `npm:{selectedPackage}`; try { await connectSnap(defaultSnapOrigin);