diff --git a/packages/grafana-ui/src/components/Icon/custom/index.tsx b/packages/grafana-ui/src/components/Icon/custom/index.tsx index e655488edb9..7a3637e0094 100644 --- a/packages/grafana-ui/src/components/Icon/custom/index.tsx +++ b/packages/grafana-ui/src/components/Icon/custom/index.tsx @@ -65,8 +65,8 @@ const InterpolationStepAfter: FC = ({ size, ...rest }) => { ); }; -const IconNotFound: FC = ({ ...rest }) => { - return ; +const IconNotFound: FC = ({ size, ...rest }) => { + return ; }; export const customIcons: Record> = { diff --git a/public/app/core/components/Footer/Footer.tsx b/public/app/core/components/Footer/Footer.tsx index 2637dcfef3f..5b7be702bd2 100644 --- a/public/app/core/components/Footer/Footer.tsx +++ b/public/app/core/components/Footer/Footer.tsx @@ -75,7 +75,7 @@ export const Footer: FC = React.memo(() => { {links.map((link) => (
  • - {link.text} + {link.icon && } {link.text}
  • ))}