mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
Adds subscriber plugin
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.badge {
|
||||
background-color: #616161;
|
||||
color: white;
|
||||
display: inline-block;
|
||||
margin: 0px 5px;
|
||||
padding: 5px 5px;
|
||||
border-radius: 2px;
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.6px;
|
||||
font-weight: bold;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import styles from './SubscriberBadge.css';
|
||||
import {t} from 'plugin-api/beta/client/services';
|
||||
|
||||
export default () =>(
|
||||
<span className={styles.badge}>
|
||||
{t('talk-plugin-subscriber.subscriber')}
|
||||
</span>
|
||||
);
|
||||
Reference in New Issue
Block a user