Skip to content

Commit

Permalink
Merge pull request #329 from airgap-it/fix/no-connect-button-android
Browse files Browse the repository at this point in the history
Fix/no connect button android
AndreasGassmann authored Apr 13, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0dd0237 + 9bf8978 commit 94e979e
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-sdk",
"version": "2.3.12",
"version": "2.3.13",
"description": "The beacon-sdk allows you to easily connect DApps with Wallets through P2P communication or a chrome extension.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const SDK_VERSION: string = '2.3.12'
export const SDK_VERSION: string = '2.3.13'
export const BEACON_VERSION: string = '2'
2 changes: 1 addition & 1 deletion src/ui/alert/PairingAlert.ts
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ export const preparePairingAlert = async (
const titleEl = createSanitizedElement('div', ['beacon-list__title'], [], button.title)
const buttonEl = createSanitizedElement(
'button',
['beacon-modal__button connect__btn'],
['beacon-modal__button', 'connect__btn'],
[],
button.text
)

0 comments on commit 94e979e

Please sign in to comment.