Skip to content

Commit e8c7943

Browse files
authored
chore[react-devtools]: rename panels (#115)
1 parent 50a4d4f commit e8c7943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

front_end/panels/react_devtools/react_devtools_components-meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const UIStrings = {
1212
/**
1313
* @description React DevTools panel title
1414
*/
15-
title: '⚛️ Components',
15+
title: 'Components',
1616

1717
/**
1818
* @description Command for showing the React DevTools panel

front_end/panels/react_devtools/react_devtools_profiler-meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const UIStrings = {
1212
/**
1313
* @description React DevTools panel title
1414
*/
15-
title: '⚛️ Profiler',
15+
title: 'Profiler',
1616

1717
/**
1818
* @description Command for showing the React DevTools panel

0 commit comments

Comments
 (0)