liuxiran commented on a change in pull request #1651:
URL: https://github.com/apache/apisix-dashboard/pull/1651#discussion_r599294963
##########
File path: web/src/helpers.tsx
##########
@@ -45,17 +46,17 @@ export const getMenuData = (): MenuDataItem[] => {
{
name: 'service',
path: '/service/list',
- icon: <IconFont name="iconconsumer" />,
+ icon: <IconFont name="iconservice" />,
},
{
name: 'consumer',
path: '/consumer/list',
- icon: <IconFont name="iconconsumer" />,
+ icon: <IconFont name="iconconsumer1" />,
Review comment:
it seems that `iconconsumer` is used, how about remove the old
`iconconsumer`, and rename the new one `iconconsumer1` to `iconconsumer`, that
would be more clear
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]