mirror of
https://github.com/status-im/status-web-archive.git
synced 2025-02-03 11:24:50 +00:00
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…
x
Reference in New Issue
Block a user