mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Adding FeaturedButton (we already have Button with Coral-UI)
This commit is contained in:
@@ -3,10 +3,9 @@ import cn from 'classnames';
|
||||
import styles from './ModActionButton.css';
|
||||
import {pluginName} from '../../package.json';
|
||||
import {t} from 'plugin-api/beta/client/services';
|
||||
import {withTags} from 'plugin-api/beta/client/hocs';
|
||||
import {Icon} from 'plugin-api/beta/client/components/ui';
|
||||
|
||||
export class Button extends React.Component {
|
||||
export class ModActionButton extends React.Component {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
@@ -56,5 +55,5 @@ export class Button extends React.Component {
|
||||
}
|
||||
}
|
||||
|
||||
export default withTags('featured')(Button);
|
||||
export default ModActionButton;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user