Skip to content

Commit

Permalink
Merge pull request #48 from gugcz/main
Browse files Browse the repository at this point in the history
fix: dotekomanie link in partners
  • Loading branch information
ryzizub authored Nov 16, 2023
2 parents 51ed0f1 + e515589 commit 9af5051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/PartnersSection/PartnersSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ export const PartnersSection = () => {
<a href="https://www.smartemailing.cz/">
<img
src={'/images/partners/SmartEmailing_logo_RGB_SmartEmailing_Color.png'}
alt="Partneři Gugu"
alt="SmartEmailing"
className={classes.image}
/>
</a>
<a href="https://www.smartemailing.cz/">
<img src={'/images/partners/dotekomanie.png'} alt="Partneři Gugu" className={classes.image} />
<a href="https://www.dotekomanie.cz/">
<img src={'/images/partners/dotekomanie.png'} alt="Dotekománie" className={classes.image} />
</a>
</Box>
<Button variant={'contained'} color={'primary'} className={classes.action} href="mailto:[email protected]">
Expand Down

0 comments on commit 9af5051

Please sign in to comment.