Skip to content

Commit 9333dc7

Browse files
committed
no footers for one route
1 parent 7ec4ac0 commit 9333dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ReactDOM.render(
2525
</App>
2626
</Route>
2727
<Route exact path="/quickstarts">
28-
<App>
28+
<App showCardFooters={false}>
2929
<QuickStartsLoader>
3030
{(quickStarts: QuickStart[], loaded: boolean) =>
3131
loaded ? (

0 commit comments

Comments
 (0)