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,