We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffaf72 commit 1d1b15fCopy full SHA for 1d1b15f
src/components/Banner/AndroidAnnouncementBanner/index.tsx
@@ -48,7 +48,12 @@ export default function AndroidAnnouncementBanner() {
48
<ThemedText.LabelMicro>
49
<Trans>Available now - download from the Google Play Store today</Trans>
50
</ThemedText.LabelMicro>
51
- <DownloadButton onClick={onClick}>
+ <DownloadButton
52
+ onClick={(e) => {
53
+ e.stopPropagation()
54
+ onClick()
55
+ }}
56
+ >
57
<Trans>Download now</Trans>
58
</DownloadButton>
59
</TextContainer>
0 commit comments