Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Update call center info (#1251)
Browse files Browse the repository at this point in the history
* Update SE call center phone number

* Update lunch hours
  • Loading branch information
gustaveen committed May 2, 2023
1 parent bd5a94b commit 01699ff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/client/l10n/callCenters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,20 @@ export type CallCenterData = {
export const callCenters: CallCenters = {
SE: {
callCenter: {
displayNumber: '075-101 20 00',
hrefNumber: 'tel:0751012000',
displayNumber: '010-45 99 200',
hrefNumber: 'tel:+46104599200',
opensAt: '09',
closesAt: '18',
closesAt: '16',
lunchStartsAt: '12',
lunchEndsAt: '13',
},
supportNumber: {
displayNumber: '010-45 99 200',
hrefNumber: 'tel:+46104599200.',
hrefNumber: 'tel:+46104599200',
opensAt: '09',
closesAt: '16',
lunchStartsAt: '12',
lunchEndsAt: '13',
},
},
NO: {
Expand Down

0 comments on commit 01699ff

Please sign in to comment.