Merge pull request #169 from bugout-dev/fix-welcome-streamEntry-screen

Fixing welcome page
pull/168/head^2
Neeraj Kashyap 2021-08-24 10:14:58 -07:00 zatwierdzone przez GitHub
commit 81229ef87e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -442,9 +442,11 @@ const Welcome = () => {
mt={20}
entry={{
event_type: "ethereum_blockchain",
from_address: "this is address from",
to_address: "this is to address",
hash: "this is hash",
event_data: {
from: "this is address from",
to: "this is to address",
hash: "this is hash",
},
}}
showOnboardingTooltips={true}
/>