diff --git a/README.md b/README.md index eceed50..2c22e90 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Congrats! Your frontend is running on `localhost:3000`. 3. `cd` into `opensox/apps/api` and install dependencies ```bash -npm install +pnpm install ``` Now run the server: diff --git a/apps/web/src/components/ui/FiltersContainer.tsx b/apps/web/src/components/ui/FiltersContainer.tsx index 9eb79e3..7023da6 100644 --- a/apps/web/src/components/ui/FiltersContainer.tsx +++ b/apps/web/src/components/ui/FiltersContainer.tsx @@ -132,7 +132,7 @@ export default function FiltersContainer() {