Skip to content

Commit cb4450d

Browse files
committed
chore: format
1 parent e44c976 commit cb4450d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/how-to/view-transitions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ import { useNavigate } from "react-router";
2929

3030
function NavigationButton() {
3131
const navigate = useNavigate();
32-
32+
3333
return (
34-
<button
35-
onClick={() => navigate("/about", { viewTransition: true })}
34+
<button
35+
onClick={() =>
36+
navigate("/about", { viewTransition: true })
37+
}
3638
>
3739
About
3840
</button>

0 commit comments

Comments
 (0)