Skip to content
4 changes: 4 additions & 0 deletions packages/core/src/views/connect/SelectingWallet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
padding: 1rem 1rem 0 1rem;
border: none;
}
.notice-container {
grid-column: span 2;
margin-top: 0;
}
}
.notice-container {
grid-column: span 2;
Expand Down
4 changes: 1 addition & 3 deletions packages/demo/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,7 @@
connect: {
// disableClose: true,
// disableUDResolution: true,
autoConnectLastWallet: true,
wheresMyWalletLink:
'https://explore.org/livecams/brown-bears/brown-bear-salmon-cam-brooks-falls'
autoConnectLastWallet: true
},
appMetadata: {
name: 'Blocknative',
Expand Down