diff --git a/packages/grafana-ui/src/components/Icon/Icon.mdx b/packages/grafana-ui/src/components/Icon/Icon.mdx
index 8f664d2e870..ea3e936ca70 100644
--- a/packages/grafana-ui/src/components/Icon/Icon.mdx
+++ b/packages/grafana-ui/src/components/Icon/Icon.mdx
@@ -7,7 +7,6 @@ import { Icon } from './Icon';
Grafana's wrapper component over [Font Awesome](https://fontawesome.com/) and Unicons icons
-
### Changing icon size
By default `Icon` has width and height of `16px` and font-size of `14px`. Pass `className` to control icon's size:
@@ -15,8 +14,7 @@ By default `Icon` has width and height of `16px` and font-size of `14px`. Pass `
```jsx
import { css } from 'emotion';
-
+;
```
-
diff --git a/public/app/core/components/sidemenu/BottomNavLinks.tsx b/public/app/core/components/sidemenu/BottomNavLinks.tsx
index 48531b75ad9..f750328e7bb 100644
--- a/public/app/core/components/sidemenu/BottomNavLinks.tsx
+++ b/public/app/core/components/sidemenu/BottomNavLinks.tsx
@@ -50,8 +50,8 @@ export default class BottomNavLinks extends PureComponent {
- {link.icon && }
- {link.img &&
}
+ {link.icon && }
+ {link.img &&
}