remove pk from index.tsx
This commit is contained in:
parent
9a2e18c0cd
commit
a71b8ce9ad
|
@ -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…
Reference in New Issue