Skip to content

Commit a1d5c86

Browse files
committed
Add logo to demo
1 parent a8bd486 commit a1d5c86

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

packages/demo/src/App.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import keepkeyModule from '@bn-onboard/keepkey'
1414
import keystoneModule from '@bn-onboard/keystone'
1515
import blocknativeIcon from './blocknative-icon'
16+
import blocknativeLogo from './blocknative-logo'
1617
import VConsole from 'vconsole'
1718
import { verifyTypedData, verifyMessage } from 'ethers/lib/utils'
1819
@@ -119,6 +120,7 @@
119120
appMetadata: {
120121
name: 'Blocknative',
121122
icon: blocknativeIcon,
123+
// logo: blocknativeLogo,
122124
description: 'Demo app for Onboard V2',
123125
recommendedInjectedWallets: [
124126
{ name: 'MetaMask', url: 'https://metamask.io' },

packages/demo/src/blocknative-logo.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)