Skip to content

Commit

Permalink
gt - Update FeatureBanner to use reactstrap Alert
Browse files Browse the repository at this point in the history
Recent changes to saffron-style Alert wrapper caused layout issues with
FeatureBanner, which uses Alerts for styling
  • Loading branch information
gthomas-appfolio committed May 11, 2017
1 parent 967d172 commit 2e1e6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeatureBanner.js
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 2e1e6bb

Please sign in to comment.