mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 15:41:02 +08:00
9 lines
200 B
JavaScript
9 lines
200 B
JavaScript
import React from 'react';
|
|
import {FlagLabel} from 'plugin-api/beta/client/components/ui';
|
|
|
|
const ToxicLabel = () => (
|
|
<FlagLabel iconName="add_box">Toxic</FlagLabel>
|
|
);
|
|
|
|
export default ToxicLabel;
|