From 2e1e6bb094acda4bfd0c85edd375d712478f0a88 Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Thu, 11 May 2017 13:47:57 -0700 Subject: [PATCH] gt - Update FeatureBanner to use reactstrap Alert Recent changes to saffron-style Alert wrapper caused layout issues with FeatureBanner, which uses Alerts for styling --- src/components/FeatureBanner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FeatureBanner.js b/src/components/FeatureBanner.js index a4b4f5389..9c88f80ee 100644 --- a/src/components/FeatureBanner.js +++ b/src/components/FeatureBanner.js @@ -1,5 +1,5 @@ import React, { Component } from 'react'; -import { Alert } from '../'; +import { Alert } from 'reactstrap'; import styles from './FeatureBanner.scss'; export default class FeatureBanner extends Component {