fix: definition typo on view transitions blog post (#7918)

This commit is contained in:
Vitor Monteiro
2025-09-02 18:41:22 +01:00
committed by GitHub
parent a4a37d8f23
commit ca3e2718ba

View File

@@ -2521,7 +2521,7 @@ export default function App() {
const { url } = useRouter();
// Define a default animation of .slow-fade.
// See animations.css for the animation definiton.
// See animations.css for the animation definition.
return (
<ViewTransition default="slow-fade">
{url === '/' ? <Home /> : <Details />}