Skip to content

Commit

Permalink
Changed deputy's name
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Farmaha committed Mar 10, 2024
1 parent a93d047 commit 4e9abed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/ContactsSection/ContactsSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const ContactsSection = () => {

<BlockWrap style={{ flexDirection: "row-reverse" }}>
<PhotoWrap>
<PhotoImg src={DeputyImg} alt="Наталія Петрівна" />
<PhotoImg src={DeputyImg} alt="Наталія Степанівна" />
</PhotoWrap>
<InfoWrap>
<Address>
Expand All @@ -133,7 +133,7 @@ export const ContactsSection = () => {
<IconSvg>
<use href={sprite + "#icon-phone"}></use>
</IconSvg>
Наталія Петрівна
Наталія Степанівна
</LinkA>

<LinkStyled
Expand Down
2 changes: 1 addition & 1 deletion src/components/LastUpdateSection/LastUpdateSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const LastUpdateSection = () => {
<use href={sprite + "#icon-loop"}></use>
</IconSvg>
</IconWrap>
Останнє оновлення: 05.03.2024
Останнє оновлення: 10.03.2024
</Text>
</Section>
</>
Expand Down

0 comments on commit 4e9abed

Please sign in to comment.