mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-02-19 23:38:10 +00:00
remove pk from index.tsx
This commit is contained in:
parent
25943d29a5
commit
58abed49cf
@ -6,7 +6,7 @@ import { Community } from '@status-im/react'
|
|||||||
const App = () => {
|
const App = () => {
|
||||||
return (
|
return (
|
||||||
<Community
|
<Community
|
||||||
publicKey="0x029f196bbfef4fa6a5eb81dd802133a63498325445ca1af1d154b1bb4542955133"
|
publicKey="<YOUR_COMMUNITY_KEY>"
|
||||||
theme="light"
|
theme="light"
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user