Skip to content

Commit 641076d

Browse files
committed
add canada currency
1 parent fa04441 commit 641076d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@focus-reactive/graphql-content-layer",
3-
"version": "3.2.7",
3+
"version": "3.2.8",
44
"private": false,
55
"main": "dist/index.js",
66
"scripts": {

src/fetch-pages.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ const fetchData = async (
254254
? '$'
255255
: timezone.includes('London')
256256
? '£'
257+
: timezone.includes('Canada')
258+
? 'C$'
257259
: '€',
258260
},
259261
};

0 commit comments

Comments
 (0)