From 1cb674e2359e611f5496a06165e508e10cdafef8 Mon Sep 17 00:00:00 2001 From: Lutz Lengemann Date: Wed, 20 Nov 2019 18:11:23 +0100 Subject: Meta: Fix screenshot URL in `embed-gist-inline` (#2558) --- source/features/embed-gist-inline.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/features/embed-gist-inline.tsx') diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx index 6ac2d838..fbb594b5 100644 --- a/source/features/embed-gist-inline.tsx +++ b/source/features/embed-gist-inline.tsx @@ -51,7 +51,7 @@ function init(): void { features.add({ id: __featureName__, description: 'Embeds linked gists. Not supported by Firefox.', - screenshot: 'https://user-images.githubusercontent.com/6978877/33911900-c62ee968-df8b-11e7-8685-506ffafc60b4.', + screenshot: 'https://user-images.githubusercontent.com/6978877/33911900-c62ee968-df8b-11e7-8685-506ffafc60b4.PNG', include: [ features.hasComments ], -- cgit v1.2.3