From e6c12e2ed2819bcc915170fc42d9349438511c12 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Thu, 15 Feb 2024 20:34:49 +0100 Subject: [PATCH] chore: Update ShadowLens links for Android release --- README.md | 9 +++++++++ docs/docs/guides/SHADOW_LENS.mdx | 2 +- docs/docusaurus.config.js | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ae50a2..a64c3fc 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,15 @@ cd ios && pod install To see VisionCamera in action, check out [ShadowLens](https://mrousavy.com/projects/shadowlens)! +
+ + + + + + +
+ ### Example ```tsx diff --git a/docs/docs/guides/SHADOW_LENS.mdx b/docs/docs/guides/SHADOW_LENS.mdx index 47e6a0a..4c91ebd 100644 --- a/docs/docs/guides/SHADOW_LENS.mdx +++ b/docs/docs/guides/SHADOW_LENS.mdx @@ -21,7 +21,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl' **Download now:**
- + diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 89d3ef2..66fc859 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -25,7 +25,7 @@ module.exports = { }, announcementBar: { id: 'shadowlens', - content: 'ShadowLens is out!!! 🥳🥳 Download the iOS app to see VisionCamera in action: apps.apple.com/shadowlens', + content: 'ShadowLens is out!!! 🥳🥳 See VisionCamera in action: Download ShadowLens for iOS or Download ShadowLens for Android', backgroundColor: '#e39600', textColor: '#ffffff', isCloseable: false,