Skip to content

Commit 18350b0

Browse files
committed
fix: correct source data for flutter.dev and techcrunch
- Updated flutter.dev language to 'fr' - Added headquarters for TechCrunch
1 parent 87812fc commit 18350b0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

lib/src/fixtures/sources.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"description": "Official documentation and news for the Flutter framework.",
2020
"url": "https://flutter.dev",
2121
"type": "specializedPublisher",
22-
"language": "en",
22+
"language": "fr",
2323
"headquarters": null,
2424
"action": {
2525
"type": "open_internal_content",
@@ -34,7 +34,17 @@
3434
"url": "https://techcrunch.com/",
3535
"type": "specializedPublisher",
3636
"language": "en",
37-
"headquarters": null,
37+
"headquarters": {
38+
"id": "country-us",
39+
"iso_code": "US",
40+
"name": "United States",
41+
"flag_url": "https://example.com/flags/us.png",
42+
"action": {
43+
"type": "open_internal_content",
44+
"content_id": "country-us",
45+
"content_type": "country"
46+
}
47+
},
3848
"action": {
3949
"type": "open_internal_content",
4050
"content_id": "s3c4d5e6-f7a8-b901-c234-d56789abcdef",

0 commit comments

Comments
 (0)