diff --git a/sandbox/story.json b/sandbox/story.json index e00aa948..aa8dc35f 100644 --- a/sandbox/story.json +++ b/sandbox/story.json @@ -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 }, @@ -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 }, diff --git a/src/elements/Bookmark/Bookmark.slate.stories.tsx b/src/elements/Bookmark/Bookmark.slate.stories.tsx index 1deb171c..4e5c51a8 100644 --- a/src/elements/Bookmark/Bookmark.slate.stories.tsx +++ b/src/elements/Bookmark/Bookmark.slate.stories.tsx @@ -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, }, @@ -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, },