Skip to content

Commit

Permalink
chore[react-devtools]: rename panels (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxyq authored Sep 10, 2024
1 parent 50a4d4f commit e8c7943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const UIStrings = {
/**
* @description React DevTools panel title
*/
title: '⚛️ Components',
title: 'Components',

/**
* @description Command for showing the React DevTools panel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const UIStrings = {
/**
* @description React DevTools panel title
*/
title: '⚛️ Profiler',
title: 'Profiler',

/**
* @description Command for showing the React DevTools panel
Expand Down

0 comments on commit e8c7943

Please sign in to comment.