Skip to content

Commit

Permalink
Fix image sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
rachael-t committed Jan 16, 2025
1 parent fe79265 commit da77b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/sdks/android/deep-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ section: SDKs
src="/images/deep-link-payload-override.png"
alt="Deep link payload override"
className="rounded-md mx-auto border border-gray-200"
width={500}
height={315}
width={519}
height={526}
/>

## 3. Handle Incoming URLs:
Expand Down
4 changes: 2 additions & 2 deletions content/sdks/ios/deep-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ section: SDKs
src="/images/deep-link-payload-override.png"
alt="Deep link payload override"
className="rounded-md mx-auto border border-gray-200"
width={500}
height={315}
width={519}
height={526}
/>

## 3. Handle Incoming URLs:
Expand Down

0 comments on commit da77b7f

Please sign in to comment.