remove pk from index.tsx

This commit is contained in:
Felicio Mununga 2022-06-10 18:19:25 +02:00
parent 9a2e18c0cd
commit a71b8ce9ad
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 1 deletions

View File

@ -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"
/> />
) )