Skip to content

Commit

Permalink
组件完善
Browse files Browse the repository at this point in the history
  • Loading branch information
ahua52 committed Dec 27, 2016
1 parent b6e6723 commit 2be4d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/index-demo-base.js
Expand Up @@ -7,9 +7,9 @@ import ReactDOM from 'react-dom';
import Alert from '../src';


const CARET = <i className="uf uf-chevronarrowdown"></i>;
const CARET = <i className="uf uf-arrow-down"></i>;

const CARETUP = <i className="uf uf-chevronarrowup"></i>;
const CARETUP = <i className="uf uf-arrow-up"></i>;


{demolist}
Expand Down
4 changes: 2 additions & 2 deletions demo/index.js
Expand Up @@ -7,9 +7,9 @@ import ReactDOM from 'react-dom';
import Alert from '../src';


const CARET = <i className="uf uf-chevronarrowdown"></i>;
const CARET = <i className="uf uf-arrow-down"></i>;

const CARETUP = <i className="uf uf-chevronarrowup"></i>;
const CARETUP = <i className="uf uf-arrow-up"></i>;


/**
Expand Down

0 comments on commit 2be4d40

Please sign in to comment.