Skip to content

Commit

Permalink
Merge pull request #832 from Vizzuality/LET-1432-fe-add-placeholder-f…
Browse files Browse the repository at this point in the history
…or-the-description-of-gobierno-de-espana

[LET-1432][FE] Add 'Gobierno de Espana' partner card description text placeholder
  • Loading branch information
SARodrigues authored Jan 29, 2024
2 parents 98e7003 + 23618e3 commit 38eb828
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/containers/about/our-partners/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ export const usePartners = () => {
id: 'AS8i3c',
}),
},
text: '',
text: formatMessage({
defaultMessage: 'Gobierno de España partner card description text',
id: 'IlZRZq',
}),
},
],
[formatMessage]
Expand Down

0 comments on commit 38eb828

Please sign in to comment.