Skip to content

Commit

Permalink
Merge pull request #211 from appfolio/fixFeatureBanner
Browse files Browse the repository at this point in the history
gt - Update FeatureBanner to use reactstrap Alert
  • Loading branch information
gthomas-appfolio authored May 11, 2017
2 parents 967d172 + 2e1e6bb commit 368ecd3
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 368ecd3

Please sign in to comment.