Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/ui/FiltersContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default function FiltersContainer() {

<div className="h-8 lg:h-[10%] border-t border-ox-gray flex items-center px-4 justify-end">
<Button
className="font-semibold text-white bg-ox-purple text-[14px] h-6 lg:h-6 w-18 lg:w-12 hover:bg-white-500"
className="font-semibold text-white bg-ox-purple text-[14px] h-6 hover:bg-white hover:text-ox-purple"
onClick={handleSearchProjects}
>
Search
Expand Down