Skip to content

Commit f77556a

Browse files
Update readme
1 parent c7c89ec commit f77556a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The wire format is a single shared TypeScript package — [`@entangle/protocol`]
6767
| ------------------------- | -------------------------------------------------------------------------------- |
6868
| **macOS** (Apple Silicon) | [`Entangle.dmg`](https://github.com/gabrieldonadel/entangle/releases) |
6969
| **iOS** | [TestFlight beta](https://testflight.apple.com/join/q9VnAMJx) |
70-
| **Android** | [`entangle.apk`](https://github.com/gabrieldonadel/entangle/releases) |
70+
| **Android** | [Google Play](https://play.google.com/store/apps/details?id=com.gabrieldonadel.entangle) · [`entangle.apk`](https://github.com/gabrieldonadel/entangle/releases) |
7171

7272
### Build from source
7373

apps/website/src/components/sections.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,12 @@ export const Hero = ({ cursorPos, onTrackpadDrag, latencyMs }: HeroProps) => (
721721
>
722722
<AppleIcon /> Mac App · DMG
723723
</a>
724-
<a className="btn btn-ghost" href={ANDROID_URL} aria-disabled="true">
724+
<a
725+
className="btn btn-ghost"
726+
href={ANDROID_URL}
727+
target="_blank"
728+
rel="noreferrer"
729+
>
725730
<AndroidIcon /> Download for Android
726731
</a>
727732
</div>

0 commit comments

Comments
 (0)