diff --git a/src/index.tsx b/src/index.tsx index a7fc622..0ede3f2 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -8,7 +8,7 @@ import "./services/username-search"; // setup bitcoin connect import { init, onConnected } from "@getalby/bitcoin-connect-react"; -init({ appName: "noStrudel" }); +init({ appName: "posterStrudel" }); onConnected((provider) => { window.webln = provider; });