diff --git a/packages/pl-fe/package.json b/packages/pl-fe/package.json index 1436ecfb6..1123baa4d 100644 --- a/packages/pl-fe/package.json +++ b/packages/pl-fe/package.json @@ -62,7 +62,6 @@ "@reduxjs/toolkit": "^2.5.0", "@sentry/browser": "^8.47.0", "@sentry/react": "^8.47.0", - "@tabler/icons": "^3.26.0", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.16", diff --git a/packages/pl-fe/src/components/ui/avatar.tsx b/packages/pl-fe/src/components/ui/avatar.tsx index 3fbd12486..31d9c675e 100644 --- a/packages/pl-fe/src/components/ui/avatar.tsx +++ b/packages/pl-fe/src/components/ui/avatar.tsx @@ -104,7 +104,7 @@ const Avatar = (props: IAvatar) => { >
diff --git a/packages/pl-fe/src/features/compose/editor/plugins/floating-block-type-toolbar-plugin.tsx b/packages/pl-fe/src/features/compose/editor/plugins/floating-block-type-toolbar-plugin.tsx index d3014c34b..2daf1b4b0 100644 --- a/packages/pl-fe/src/features/compose/editor/plugins/floating-block-type-toolbar-plugin.tsx +++ b/packages/pl-fe/src/features/compose/editor/plugins/floating-block-type-toolbar-plugin.tsx @@ -71,7 +71,7 @@ const UploadButton: React.FC = ({ onSelectFile }) => { fileElement.current?.click(); }; - const src = require('@tabler/icons/outline/photo.svg'); + const src = require('@phosphor-icons/core/regular/image.svg'); return (