Skip to content

Commit ea2cad9

Browse files
committed
Fix continue links
1 parent 639b80b commit ea2cad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/grid/RenderingGridRoute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function RenderingGridRoute() {
6060
</div>
6161
</Box>
6262
</Callout>
63-
<ContinueLink to="/list/imperative-methods" title="imperative methods" />
63+
<ContinueLink to="/list/imperative-handle" title="imperative methods" />
6464
</Box>
6565
);
6666
}

src/routes/list/DynamicRowHeightsRoute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default function DynamicRowHeightsRoute() {
4343
recommended to provide your own height values if they can be determined
4444
ahead of time.
4545
</Callout>
46-
<ContinueLink to="/list/imperative-methods" title="imperative methods" />
46+
<ContinueLink to="/list/imperative-handle" title="imperative methods" />
4747
</Box>
4848
);
4949
}

0 commit comments

Comments
 (0)