diff --git a/admin/src/components/PluginIcon/index.js b/admin/src/components/PluginIcon/index.js index 5e24554..5b4bd65 100644 --- a/admin/src/components/PluginIcon/index.js +++ b/admin/src/components/PluginIcon/index.js @@ -8,6 +8,8 @@ import React from 'react'; import { Icon } from '@strapi/design-system/Icon'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -const PluginIcon = () => } width="16px" />; +import pluginPkg from '../../../../package.json'; + +const PluginIcon = () => } width="16px" />; export default PluginIcon;