From 6e3a985d25f89a369bde6c44e8ebf11918d8f5f5 Mon Sep 17 00:00:00 2001 From: srirama-chandra Date: Tue, 28 Oct 2025 23:53:20 +0530 Subject: [PATCH] fix: corrected Tailwind classes for search button and typo in README --- README.md | 2 +- apps/web/src/components/ui/FiltersContainer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {