Skip to content

Commit

Permalink
🎨 text
Browse files Browse the repository at this point in the history
  • Loading branch information
chengcyber committed Jun 29, 2024
1 parent 8653487 commit 9d3f5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Visualize project relationships in your [PNPM](https://pnpm.io/) workspace
Use Ctrl+C to close it
```

3. When the app page appears in your web browser appears, click the `[Open Panel]` button:
3. When the app page appears in your web browser appears, click the `Filter` button:

<kbd><img src="assets/example-settings.png" alt="Settings Panel" /></kbd>
<p align="center"><i>Using the Settings Panel to select a subset of projects</i></p>
Expand Down
2 changes: 1 addition & 1 deletion client/ControlPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const ControlPanel = () => {
<InfoLabel
info={
<div>
See{" "}
This points to PNPM's "--filter" syntax to select a subset of projects. See{" "}
<a
href="https://pnpm.io/filtering#matching"
target="_blank"
Expand Down

0 comments on commit 9d3f5ab

Please sign in to comment.