Skip to content

Commit ec53d89

Browse files
committed
changed syntax errors and updated version in package.json, fixed color switching in component type in readme
1 parent a731f1e commit ec53d89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Once React Labyrinth is installed in your VSCode, you'll notice its logo added t
3333

3434
Upon activation, a sidebar will appear, featuring a 'View Tree' button. Clicking this button will prompt the file explorer to open, allowing you to select the root file of your React App to load the tree structure.
3535

36-
Client Components will be distinguished by a blue background, while Server Components will feature an orange background for easy identification.
36+
Client Components will be distinguished by a orange background, while Server Components will feature an blue background for easy identification.
3737

3838
## Tech Stack
3939

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "react-labyrinth",
33
"displayName": "React Labyrinth",
44
"description": "React Component Type hierarchy tree visualization tool",
5-
"version": "0.0.1",
6-
"icon": "./media/reactLbayrinthFinal.png",
5+
"version": "1.0.0",
6+
"icon": "./media/reactLabyrinthFinal.png",
77
"publisher": "ReactLabyrinthDev",
88
"preview": false,
99
"engines": {

0 commit comments

Comments
 (0)