Skip to content

Commit

Permalink
Merge pull request #225 from aziiee/update-contact-details
Browse files Browse the repository at this point in the history
fix(locations): update contact details
  • Loading branch information
Akanksh Saxena authored Dec 21, 2021
2 parents 0d7f334 + eff96cf commit 867343d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
41 changes: 21 additions & 20 deletions frontend/app/index/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,60 +41,61 @@ export default class IndexRoute extends Route {
address: {
title: "Adfinis AG",
streetAddress: "Stampfenbachstrasse 40",
postalCode: "8004",
postalCode: "8006",
locality: "Zürich",
country: "CH",
},
},
{
title: "Crissier",
phone: "+41 43 500 38 90",
phone: "+41 31 550 31 11",
address: {
title: "Adfinis AG",
streetAddress: "Rue de la Vernie 12",
postalCode: "1023",
postalCode: "1032",
locality: "Crissier",
country: "CH",
},
},
{
title: "Netherlands",
phone: "+41 43 500 38 90",
phone: "+316 249 98 260",
address: {
title: "Adfinis NL",
title: "Adfinis NV",
streetAddress: "Hortensiastraat 10",
postalCode: "7555 CS",
postalCode: "7555CS",
locality: "Hengelo",
country: "NL",
},
},
],
profiles: [
{
title: "Facebook",
address: "https://facebook.com/AdfinisSyGroup",
icon: "facebook",
title: "Australia",
phone: "+61 7 3118 1742",
address: {
title: "Adfinis IT Australia Pty Ltd",
streetAddress: "Building 6, 2404 Logan Road",
postalCode: "4113",
locality: "Eight Mile Plains",
country: "AU",
},
},
],
profiles: [
{
title: "LinkedIn",
address: "https://linkedin.com/company/2610138",
address: "https://www.linkedin.com/company/adfinis-com",
icon: "linkedin",
},
{
title: "Xing",
address: "https://xing.com/companies/adfinissygroupag",
icon: "xing",
title: "Twitter",
address: "https://twitter.com/adfinis",
icon: "twitter",
},
{
title: "GitHub",
address: "https://github.com/adfinis-sygroup",
icon: "github",
},
{
title: "Twitter",
address: "https://twitter.com/adfinis",
icon: "twitter",
},
],
});
}
Expand Down
4 changes: 2 additions & 2 deletions frontend/translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ page:
support:
title: Support
callout: |
You need support?<br>
Do you need support?<br>
Contact us by mail or by phone.
opening-hours: |
We are available from Monday through Friday<br>
Expand Down Expand Up @@ -138,7 +138,7 @@ page:
table:
date: Date
duration: Amount
acknowledged: Aknowledged
acknowledged: Acknowledged

reports:
title: Expense
Expand Down

0 comments on commit 867343d

Please sign in to comment.