From 6a91f7c5b2ba8ea5203bd7d934e07555486ef746 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Tue, 10 Dec 2019 13:08:16 +0100 Subject: [PATCH] fix(client): add missing bootstrap container (#37905) --- client/src/templates/Introduction/Intro.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/templates/Introduction/Intro.js b/client/src/templates/Introduction/Intro.js index 6aa0b121e1..83dc4a926d 100644 --- a/client/src/templates/Introduction/Intro.js +++ b/client/src/templates/Introduction/Intro.js @@ -2,7 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { Link, graphql } from 'gatsby'; import Helmet from 'react-helmet'; -import { ListGroup, ListGroupItem } from '@freecodecamp/react-bootstrap'; +import { Grid, ListGroup, ListGroupItem } from '@freecodecamp/react-bootstrap'; import LearnLayout from '../../components/layouts/Learn'; import FullWidthRow from '../../components/helpers/FullWidthRow'; @@ -42,7 +42,7 @@ function IntroductionPage({ data: { markdownRemark, allChallengeNode } }) { {block} | freeCodeCamp.org -
+
-
+
); }