diff --git a/src/gatsby/code/vanilla/components/list/anything-column.js b/src/gatsby/code/vanilla/components/list/anything-column.js index ea0def3c22f..aa47fc42dcd 100644 --- a/src/gatsby/code/vanilla/components/list/anything-column.js +++ b/src/gatsby/code/vanilla/components/list/anything-column.js @@ -9,15 +9,15 @@ export const demo = { } demo.htmlSource = ` - ` diff --git a/src/gatsby/code/vanilla/components/list/anything-nested.js b/src/gatsby/code/vanilla/components/list/anything-nested.js index 4200d13f10d..b55a83eb4c0 100644 --- a/src/gatsby/code/vanilla/components/list/anything-nested.js +++ b/src/gatsby/code/vanilla/components/list/anything-nested.js @@ -9,42 +9,42 @@ export const demo = { } demo.htmlSource = ` - + + + + ` diff --git a/src/gatsby/code/vanilla/components/list/anything-row.js b/src/gatsby/code/vanilla/components/list/anything-row.js index a2a65d3aac7..b0711ff34cb 100644 --- a/src/gatsby/code/vanilla/components/list/anything-row.js +++ b/src/gatsby/code/vanilla/components/list/anything-row.js @@ -9,15 +9,15 @@ export const demo = { } demo.htmlSource = ` - + + ` diff --git a/src/gatsby/code/vanilla/components/row/anything-column.js b/src/gatsby/code/vanilla/components/row/anything-column.js index 7921b03139d..476d24baf1b 100644 --- a/src/gatsby/code/vanilla/components/row/anything-column.js +++ b/src/gatsby/code/vanilla/components/row/anything-column.js @@ -9,15 +9,15 @@ export const demo = { } demo.htmlSource = ` - + + ` diff --git a/src/gatsby/code/vanilla/components/row/anything-nested.js b/src/gatsby/code/vanilla/components/row/anything-nested.js index c61098bd1e8..fbf92adf0f0 100644 --- a/src/gatsby/code/vanilla/components/row/anything-nested.js +++ b/src/gatsby/code/vanilla/components/row/anything-nested.js @@ -9,42 +9,42 @@ export const demo = { } demo.htmlSource = ` - + + + + ` diff --git a/src/gatsby/code/vanilla/components/row/anything-row.js b/src/gatsby/code/vanilla/components/row/anything-row.js index b0e10de5d61..60cefd1b72a 100644 --- a/src/gatsby/code/vanilla/components/row/anything-row.js +++ b/src/gatsby/code/vanilla/components/row/anything-row.js @@ -9,15 +9,15 @@ export const demo = { } demo.htmlSource = ` - `