Skip to content

Commit 9c5bc58

Browse files
committed
docs: Uploaded the right video
1 parent e65aec4 commit 9c5bc58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-7.x/params.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default function App() {
102102
```
103103

104104
<video playsInline autoPlay muted loop>
105-
<source src="/assets/7.x/fundamentals/navigatePassParamsToPrevScreen.mp4" />
105+
<source src="/assets/7.x/fundamentals/navigatePassParams.mp4" />
106106
</video>
107107

108108
## Initial params
@@ -284,7 +284,7 @@ export default function App() {
284284
```
285285
286286
<video playsInline autoPlay muted loop>
287-
<source src="/assets/navigators/params-to-parent.mp4" />
287+
<source src="/assets/7.x/fundamentals/navigatePassParamsToPrevScreen.mp4" />
288288
</video>
289289
290290
Here, after you press "Done", the home screen's `route.params` will be updated to reflect the post text that you passed in `navigate`.

0 commit comments

Comments
 (0)