Skip to content

Commit bb5a0c9

Browse files
committed
Typo fix
1 parent 83f19ab commit bb5a0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/components/sections/Support.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
name: 'bitcoin',
3535
onClick: () => {
3636
modalData.show = true
37-
modalData.type = 'bitcoin'
37+
modalData.type = 'Bitcoin'
3838
modalData.address = BTC_ADDRESS
3939
},
4040
},
4141
{
4242
name: 'ethereum',
4343
onClick: () => {
4444
modalData.show = true
45-
modalData.type = 'etheruem'
45+
modalData.type = 'Ethereum'
4646
modalData.address = ETH_ADDRESS
4747
},
4848
},

0 commit comments

Comments
 (0)