Skip to content

Commit

Permalink
fix: removed unused asset
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Sep 30, 2024
1 parent 5ed37fd commit 9f26695
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/2024-10-12-over-keyboard-view/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import lottie from "../../docs/api/over-keyboard-view/over-keyboard-view.lottie.
import Video from "@site/src/components/Video";

<div style={{ paddingBottom: 20 }}>
<Video src="/video/over-keyboard-view-shared-transitions-v2.mp4" width={30} />
<Video src="/video/over-keyboard-view-shared-transitions.mp4" width={30} />
</div>

This component is perfect for countless applications! Whether you're building a photo gallery app or crafting a custom context menu that floats seamlessly over the screen (keeping the content behind visible while keyboard stays open) - the `OverKeyboardView` is the solution you've been waiting for!
Expand Down
Binary file not shown.
Binary file modified docs/static/video/over-keyboard-view-shared-transitions.mp4
Binary file not shown.

0 comments on commit 9f26695

Please sign in to comment.