Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
fix(docs): added html class to codesandbox (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
evwilkin authored and redallen committed Nov 6, 2019
1 parent 42351e9 commit 76ad138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatsby-theme-patternfly-org/helpers/codesandbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const getStaticParams = (title, html) => ({
files: {
'index.html': {
content: `<!DOCTYPE html>
<html lang="en">
<html lang="en" class="pf-m-redhat-font">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down Expand Up @@ -45,7 +45,7 @@ export const getReactParams = (title, code) => {
files: {
'index.html': {
content: `<!DOCTYPE html>
<html lang="en">
<html lang="en" class="pf-m-redhat-font">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit 76ad138

Please sign in to comment.