mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
Add static className to featured tooltip (#1885)
This commit is contained in:
@@ -5,7 +5,13 @@ import { t } from 'plugin-api/beta/client/services';
|
||||
import { Icon } from 'plugin-api/beta/client/components/ui';
|
||||
|
||||
export default ({ className = '' }) => (
|
||||
<div className={cn(styles.tooltip, className)}>
|
||||
<div
|
||||
className={cn(
|
||||
styles.tooltip,
|
||||
className,
|
||||
'talk-plugin-featured-comments-tooltip'
|
||||
)}
|
||||
>
|
||||
<Icon name="info_outline" className={styles.icon} />
|
||||
<h3 className={styles.headline}>
|
||||
{t('talk-plugin-featured-comments.featured_comments')}:
|
||||
|
||||
Reference in New Issue
Block a user