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 = () => {
|
||||
return (
|
||||
<Community
|
||||
publicKey="0x029f196bbfef4fa6a5eb81dd802133a63498325445ca1af1d154b1bb4542955133"
|
||||
publicKey="<YOUR_COMMUNITY_KEY>"
|
||||
theme="light"
|
||||
/>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue