Skip to content

Commit

Permalink
fix: html error for InforMark
Browse files Browse the repository at this point in the history
  • Loading branch information
dianasavvatina committed Feb 28, 2025
1 parent 69ed426 commit bc6eee1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions apps/web/src/components/Menu/AppsMenu/AppsMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button, Flex, Text } from "@chakra-ui/react";
import { Box, Button, Flex } from "@chakra-ui/react";
import hj from "@hotjar/browser";
import { useAddPeer } from "@umami/state";

Expand All @@ -18,10 +18,12 @@ export const AppsMenu = () => {
actions={
<>
<Flex>
<Text marginTop="12px" size="lg">
Connect with Apps using a Pairing request via Beacon or WalletConnect.{" "}
<InfoMark label="To get the connect link, open the dApp and click on the QR code to copy the connect URL. Then, return to the Umami Wallet and click the 'Connect' button." />
</Text>
<Flex alignItems="center" flexWrap="wrap" marginTop="12px">
<Box as="span" fontSize="lg">
Connect with Apps using a Pairing request via Beacon or WalletConnect.{" "}
<InfoMark label="To get the connect link, open the dApp and click on the QR code to copy the connect URL. Then, return to the Umami Wallet and click the 'Connect' button." />
</Box>
</Flex>
</Flex>
<Button
width="fit-content"
Expand Down

1 comment on commit bc6eee1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Title Lines Statements Branches Functions
apps/desktop Coverage: 83%
83.74% (1788/2135) 79.42% (849/1069) 78.27% (454/580)
apps/web Coverage: 83%
83.74% (1788/2135) 79.42% (849/1069) 78.27% (454/580)
packages/components Coverage: 97%
97.48% (194/199) 94.87% (74/78) 89.7% (61/68)
packages/core Coverage: 82%
82.64% (219/265) 72.51% (95/131) 81.66% (49/60)
packages/crypto Coverage: 100%
100% (43/43) 90.9% (10/11) 100% (7/7)
packages/data-polling Coverage: 96%
94.66% (142/150) 87.5% (21/24) 92.85% (39/42)
packages/multisig Coverage: 98%
98.47% (129/131) 85.71% (18/21) 100% (36/36)
packages/social-auth Coverage: 95%
95.45% (21/22) 91.66% (11/12) 100% (3/3)
packages/state Coverage: 81%
80.92% (874/1080) 74.04% (194/262) 75.77% (316/417)
packages/tezos Coverage: 89%
88.65% (125/141) 93.02% (40/43) 87.5% (35/40)
packages/tzkt Coverage: 89%
87.32% (62/71) 87.5% (14/16) 80.48% (33/41)

Please sign in to comment.