Skip to content

Commit

Permalink
Revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Oct 25, 2023
1 parent 1fe2fc1 commit e88cac9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/admin/partners/PartnersSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const PartnersSlider: FC<Props> = ({ children }: Props) => {
}
alt="next-arrow"
src={'/img/partners/organizations/previousArrow.svg'}
width={20}
height={20}
width={26}
height={40}
/>
)

Expand All @@ -32,8 +32,8 @@ const PartnersSlider: FC<Props> = ({ children }: Props) => {
}
alt="next-arrow"
src={'/img/partners/organizations/nextArrow.svg'}
width={20}
height={20}
width={26}
height={40}
/>
)

Expand Down

0 comments on commit e88cac9

Please sign in to comment.