Skip to content

Commit

Permalink
[add] added new mailto general mail address
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceMordred authored and HugoPeters1024 committed Dec 15, 2022
1 parent 332b9eb commit 03133ab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"address_2": "3584 CC UTRECHT",
"iban": "IBAN",
"iban_no": "NL61INGB0002877106",
"mail": "MAIL",
"mail_address": "[email protected]",
"vat": "VAT",
"vat_no": "NL-8173.55.303.B01",
"kvk": "KVK",
Expand Down
2 changes: 2 additions & 0 deletions src/data/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"address_2": "3584 CC UTRECHT",
"iban": "IBAN",
"iban_no": "NL61INGB0002877106",
"mail": "MAIL",
"mail_address": "[email protected]",
"vat": "BTW",
"vat_no": "NL-8173.55.303.B01",
"kvk": "KVK",
Expand Down
10 changes: 10 additions & 0 deletions src/static-pages/vereniging/contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ const ContactPage = props => {
<h3>{getTranslation(language, 'contact.data')}</h3>
<strong>{getTranslation(language, 'contact.iban')}:</strong>{' '}
{getTranslation(language, 'contact.iban_no')} <br />
<strong>{getTranslation(language, 'contact.mail')}:</strong>{' '}
<a
primary
href={
'mailto:' + getTranslation(language, 'contact.mail_address')
}
fluid
>
{getTranslation(language, 'contact.mail_address')} <br />
</a>
<strong>{getTranslation(language, 'contact.vat')}:</strong>{' '}
{getTranslation(language, 'contact.vat_no')} <br />
<strong>{getTranslation(language, 'contact.kvk')}:</strong>{' '}
Expand Down

0 comments on commit 03133ab

Please sign in to comment.