Skip to content

Commit

Permalink
add file extension to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
leightkt committed Aug 2, 2023
1 parent d2a4307 commit 146f12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arcana-auth/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createEIP1193Provider, WalletInit } from '@web3-onboard/common'
import icon from './icon'
import icon from './icon.js'
import type { ConstructorParams } from '@arcana/auth/types'

export default function (opts: {
Expand Down

0 comments on commit 146f12f

Please sign in to comment.