@jetbrains/ring-ui 7.0.73 → 7.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,8 +9,8 @@ import ServicesLink from './services-link';
|
|
|
9
9
|
import darkStyles from '../global/variables_dark.css';
|
|
10
10
|
import styles from './services.css';
|
|
11
11
|
const makeAnchor = (loading) => {
|
|
12
|
-
const
|
|
13
|
-
return
|
|
12
|
+
const anchor = ({ active }) => (<HeaderIcon loader={loading} active={active} icon={servicesIcon} aria-label='Services'/>);
|
|
13
|
+
return anchor;
|
|
14
14
|
};
|
|
15
15
|
export default class Services extends PureComponent {
|
|
16
16
|
static sort = (a, b) => {
|