Skip to content

Commit

Permalink
Apply changes on About us page (#1021)
Browse files Browse the repository at this point in the history
* Change active member avatar

* Remove duplicated code
  • Loading branch information
ani-kalpachka committed Sep 14, 2022
1 parent 26cbf2e commit 5e86eaa
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 117 deletions.
Binary file removed public/img/team-photos/IvanMilchev.jpeg
Binary file not shown.
Binary file added public/img/team-photos/IvanMilchev.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
115 changes: 0 additions & 115 deletions src/components/about/ManagementBoardMembers.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/about/helpers/activeMembersData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const data: TeamData[] = [
linkedInProfile: 'https://www.linkedin.com/in/mariana-georgieva-45302615a',
},
{
img: '/img/team-photos/IvanMilchev.jpeg',
img: '/img/team-photos/IvanMilchev.jpg',
name: 'Иван Милчев',
description: 'Софтуерна инфраструктура',
linkedInProfile: 'https://www.linkedin.com/in/ivanmilchev/',
Expand Down
2 changes: 1 addition & 1 deletion src/components/about/helpers/associationMembersData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const data: TeamData[] = [
linkedInProfile: 'https://www.linkedin.com/in/preslavgerchev/',
},
{
img: '/img/team-photos/IvanMilchev.jpeg',
img: '/img/team-photos/IvanMilchev.jpg',
name: 'Иван Милчев',
linkedInProfile: 'https://www.linkedin.com/in/ivanmilchev/',
},
Expand Down

0 comments on commit 5e86eaa

Please sign in to comment.