From 76ad13800d979eadd2ee3adaa75382a55bf87b6d Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 6 Nov 2019 16:12:46 -0500 Subject: [PATCH] fix(docs): added html class to codesandbox (#99) --- gatsby-theme-patternfly-org/helpers/codesandbox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-theme-patternfly-org/helpers/codesandbox.js b/gatsby-theme-patternfly-org/helpers/codesandbox.js index 95d0b7a..1720add 100644 --- a/gatsby-theme-patternfly-org/helpers/codesandbox.js +++ b/gatsby-theme-patternfly-org/helpers/codesandbox.js @@ -3,7 +3,7 @@ export const getStaticParams = (title, html) => ({ files: { 'index.html': { content: ` - + @@ -45,7 +45,7 @@ export const getReactParams = (title, code) => { files: { 'index.html': { content: ` - +