Skip to content

Commit

Permalink
fix: people index path
Browse files Browse the repository at this point in the history
  • Loading branch information
skorekm committed Jul 16, 2024
1 parent f2972ad commit 0b5378d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/pages/People/People.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const People = () => {
width={200}
height={200}
alt="User image"
src="/images/avatar_placeholder.jpeg"
src="/cpf/images/avatar_placeholder.jpeg"
className="h-8 w-8 rounded-full object-cover"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/constants/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const routes = {
index: '/my-space',
},
people: {
index: '/people?tab=active&page=1',
index: '/people',
myProfile: '/people/my-profile',
addNew: {
personalDetails: '/people/add-new/personal-details',
Expand Down

0 comments on commit 0b5378d

Please sign in to comment.