Skip to content

Commit 8a08ef4

Browse files
committed
Address a couple of warnings from type-check
1 parent 30b360c commit 8a08ef4

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

packages/core/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import {
3232
} from './store/actions.js'
3333
import type { PatchedEIP1193Provider } from '@web3-onboard/transaction-preview'
3434
import { getBlocknativeSdk } from './services.js'
35-
import { defaultBnIcon } from './icons/index.js'
3635

3736
const API = {
3837
connectWallet,

packages/core/src/views/account-center/Maximized.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,6 @@
220220
margin-top: 12px;
221221
color: var(--text-color);
222222
}
223-
224-
.powered-by {
225-
color: var(--onboard-gray-400, var(--gray-400));
226-
font-size: var(--onboard-font-size-7, var(--font-size-7));
227-
line-height: var(--onboard-font-line-height-3, var(--font-line-height-3));
228-
}
229223
</style>
230224

231225
{#if disconnectConfirmModal}

0 commit comments

Comments
 (0)