Tweak checklist prop
This commit is contained in:
parent
da605b23bd
commit
0c69efaab4
@ -52,7 +52,7 @@ export default function SiteChecklistClient({
|
|||||||
showExifInfo,
|
showExifInfo,
|
||||||
defaultTheme,
|
defaultTheme,
|
||||||
isProModeEnabled,
|
isProModeEnabled,
|
||||||
isGridHomepageEnabled: isGridFirst,
|
isGridHomepageEnabled,
|
||||||
isStaticallyOptimized,
|
isStaticallyOptimized,
|
||||||
arePagesStaticallyOptimized,
|
arePagesStaticallyOptimized,
|
||||||
areOGImagesStaticallyOptimized,
|
areOGImagesStaticallyOptimized,
|
||||||
@ -432,7 +432,7 @@ export default function SiteChecklistClient({
|
|||||||
>
|
>
|
||||||
<ChecklistRow
|
<ChecklistRow
|
||||||
title="Grid homepage"
|
title="Grid homepage"
|
||||||
status={isGridFirst}
|
status={isGridHomepageEnabled}
|
||||||
optional
|
optional
|
||||||
>
|
>
|
||||||
Set environment variable to {'"1"'} to show grid layout
|
Set environment variable to {'"1"'} to show grid layout
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user