Updated the default class name
• Updated: - the default class name
This commit is contained in:
@@ -8,7 +8,7 @@ class SidebarSectionTitle extends React.PureComponent {
|
||||
const { children } = this.props
|
||||
|
||||
return (
|
||||
<div className={[_s._, _s.py5, _s.px10, _s.mt10].join(' ')}>
|
||||
<div className={[_s.d, _s.py5, _s.px10, _s.mt10].join(' ')}>
|
||||
<Text color='tertiary'>
|
||||
{children}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user