Skip to content

Commit

Permalink
feat(plugin): update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Dec 16, 2024
1 parent b9d09f4 commit 5a0859c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Loader } from '@strapi/icons';
import { PaperPlane } from '@strapi/icons';

const PluginIcon = () => <Loader />;
const PluginIcon = () => <PaperPlane />;

export { PluginIcon };

0 comments on commit 5a0859c

Please sign in to comment.