Commit e405481 1 parent 1bd1319 commit e405481 Copy full SHA for e405481
File tree 3 files changed +3
-1
lines changed
workspaces/adoption-insights
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 45
45
"@backstage/theme" : " ^0.6.4" ,
46
46
"@material-ui/core" : " ^4.12.2" ,
47
47
"@material-ui/icons" : " ^4.9.1" ,
48
+ "@mui/icons-material" : " 5.16.4" ,
48
49
"@red-hat-developer-hub/backstage-plugin-adoption-insights" : " workspace:^" ,
49
50
"@red-hat-developer-hub/backstage-plugin-analytics-module-adoption-insights" : " workspace:^" ,
50
51
"react" : " ^18.0.2" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import HomeIcon from '@material-ui/icons/Home';
19
19
import ExtensionIcon from '@material-ui/icons/Extension' ;
20
20
import LibraryBooks from '@material-ui/icons/LibraryBooks' ;
21
21
import CreateComponentIcon from '@material-ui/icons/AddCircleOutline' ;
22
- import QueryStatsIcon from '@mui/icons-material' ;
22
+ import QueryStatsIcon from '@mui/icons-material/QueryStats ' ;
23
23
import LogoFull from './LogoFull' ;
24
24
import LogoIcon from './LogoIcon' ;
25
25
import {
Original file line number Diff line number Diff line change @@ -14941,6 +14941,7 @@ __metadata:
14941
14941
"@backstage/theme": ^0.6.4
14942
14942
"@material-ui/core": ^4.12.2
14943
14943
"@material-ui/icons": ^4.9.1
14944
+ "@mui/icons-material": 5.16.4
14944
14945
"@playwright/test": ^1.32.3
14945
14946
"@red-hat-developer-hub/backstage-plugin-adoption-insights": "workspace:^"
14946
14947
"@red-hat-developer-hub/backstage-plugin-analytics-module-adoption-insights": "workspace:^"
You can’t perform that action at this time.
0 commit comments