Skip to content

Commit

Permalink
Add menu icon for My plugins & tools
Browse files Browse the repository at this point in the history
  • Loading branch information
aratidgr8 committed Sep 19, 2024
1 parent 6b1622d commit 45398e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/data/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
AdjustmentsHorizontalIcon,
BuildingStorefrontIcon,
DocumentDuplicateIcon,
PuzzlePieceIcon

Check failure on line 9 in src/app/data/routes.js

View workflow job for this annotation

GitHub Actions / ESLint

Insert `,`
} from '@heroicons/react/24/outline';
import { ReactComponent as HelpIcon } from '../components/icons/HelpIcon.svg';
import { NewfoldRuntime } from '@newfold-labs/wp-module-runtime';
Expand Down Expand Up @@ -141,7 +142,7 @@ export const routes = [
name: '/my_plugins_and_tools',
title: __( 'My Plugins & Tools', 'wp-plugin-bluehost' ),
Component: WPSolution,
Icon: ShoppingBagIcon,
Icon: PuzzlePieceIcon,
condition: true,
},

Check failure on line 147 in src/app/data/routes.js

View workflow job for this annotation

GitHub Actions / ESLint

Delete `↹`
{
Expand Down

0 comments on commit 45398e1

Please sign in to comment.