From ae3273c1aa0f00cfcdf5222e42b00d08d5e002d3 Mon Sep 17 00:00:00 2001 From: Elisa Dinsmore <106406547+elisadinsmore@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:50:01 -0500 Subject: [PATCH] Update App.tsx Updating key description --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 59151e6..3056d84 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,7 +7,7 @@ import { listener } from "./listeners/simple"; export default function App() { const spaceProps: ISpace = { name: "Embedded Space", - publishableKey: "YOUR_PRIVATE_KEY", + publishableKey: "YOUR_PUBLISHABLE_KEY", environmentId: "YOUR_ENVIRONMENT_ID", workbook, listener,