Skip to content

Commit

Permalink
fix: avatar path
Browse files Browse the repository at this point in the history
  • Loading branch information
skorekm committed Jul 22, 2024
1 parent 221e892 commit 0642d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const PeopleTable: FC<PeopleTableProps> = ({ 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',
index: '/people?tab=active',
myProfile: '/people/my-profile',
addNew: {
personalDetails: '/people/add-new/personal-details',
Expand Down

0 comments on commit 0642d6f

Please sign in to comment.