Skip to content

Commit

Permalink
Merge pull request #80 from prezly/fix/storybook
Browse files Browse the repository at this point in the history
Fix - Storybook - Change economist URLs to not point to 404
  • Loading branch information
kudlajz authored Apr 15, 2024
2 parents ca02f83 + 4e1894b commit 0ffcbfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sandbox/story.json
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@
"cache_age": 86400,
"description": "Authoritative global news and analysis. The Economist offers fair-minded, fact-checked coverage of world politics, economics, business, science, culture and more. Here's some essential advice for visiting France, including how to navigate the country's vaccination requirements.",
"provider_name": "The Economist",
"thumbnail_url": "https://www.economist.com/engassets/google-search-logo.f1ea908894.png",
"thumbnail_url": "https://www.economist.com/engassets/google-search-logo.png",
"thumbnail_width": 384,
"thumbnail_height": 384
},
Expand Down Expand Up @@ -1905,7 +1905,7 @@
"type": "rich",
"version": "1.0",
"cache_age": 86400,
"thumbnail_url": "https://www.economist.com/engassets/google-search-logo.f1ea908894.png",
"thumbnail_url": "https://www.economist.com/engassets/google-search-logo.png",
"thumbnail_width": 384,
"thumbnail_height": 384
},
Expand Down
6 changes: 2 additions & 4 deletions src/elements/Bookmark/Bookmark.slate.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,7 @@ export const VerticalNewTab: Story = () => (
description:
"Authoritative global news and analysis. The Economist offers fair-minded, fact-checked coverage of world politics, economics, business, science, culture and more. Here's some essential advice for visiting France, including how to navigate the country's vaccination requirements.",
provider_name: 'The Economist',
thumbnail_url:
'https://www.economist.com/engassets/google-search-logo.f1ea908894.png',
thumbnail_url: 'https://www.economist.com/engassets/google-search-logo.png',
thumbnail_width: 384,
thumbnail_height: 384,
},
Expand Down Expand Up @@ -347,8 +346,7 @@ export const Minimal: Story = () => (
type: 'rich',
version: '1.0',
cache_age: 86400,
thumbnail_url:
'https://www.economist.com/engassets/google-search-logo.f1ea908894.png',
thumbnail_url: 'https://www.economist.com/engassets/google-search-logo.png',
thumbnail_width: 384,
thumbnail_height: 384,
},
Expand Down

0 comments on commit 0ffcbfd

Please sign in to comment.