mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 04:51:32 +08:00
update classes to follow talk naming convention
This commit is contained in:
@@ -73,7 +73,7 @@ export default class PermalinkButton extends React.Component {
|
||||
ref={(ref) => this.linkButton = ref}
|
||||
onClick={this.toggle}
|
||||
className={cn(`${name}-button`, styles.button)}>
|
||||
<span className='permalinkButtonLabel'>
|
||||
<span className='talk-plugin-permalink-button-label'>
|
||||
{t('permalink')}
|
||||
</span>
|
||||
<Icon name="link" className={styles.icon}/>
|
||||
|
||||
Reference in New Issue
Block a user