Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Update file paths for images in README.md and
Browse files Browse the repository at this point in the history
package.json
  • Loading branch information
monstajoe2002 committed Nov 24, 2023
1 parent 3eb66a0 commit cb575b0
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ With the introduction of [Next.js 13](https://nextjs.org/), the `app` directory

You can access the Project Explorer through the command palette (`Ctrl+Shift+P` or `Cmd+Shift+P` on Mac) by searching for `Project Explorer`. This allows you to search for, create and delete page and layout files.

![Alt text](src\assets\features\command-palette.gif)
![Alt text](assets\features\command-palette.gif)

You can also access the Project Explorer through the sidebar. This allows you to search for and delete page and layout files. However, you can also rename file paths through the sidebar.
![Alt text](src\assets\features\treeview.gif)
![Alt text](assets\features\treeview.gif)

## Requirements

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"id": "project-explorer",
"title": "Project Explorer",
"icon": "./src/assets/project-explorer-treeview.svg"
"icon": "./assets/project-explorer-treeview.svg"
}
]
},
Expand Down Expand Up @@ -55,8 +55,8 @@
{
"command": "project-explorer.tree.refresh",
"icon": {
"light": "./src/assets/light/refresh.svg",
"dark": "./src/assets/dark/refresh.svg"
"light": "./assets/light/refresh.svg",
"dark": "./assets/dark/refresh.svg"
},
"title": "Refresh"
},
Expand Down

0 comments on commit cb575b0

Please sign in to comment.