diff options
author | 2019-11-20 18:11:23 +0100 | |
---|---|---|
committer | 2019-11-21 00:11:23 +0700 | |
commit | 1cb674e2359e611f5496a06165e508e10cdafef8 (patch) | |
tree | 469f726c169621e3e85c7185995bbd658c53a871 /source/features/embed-gist-inline.tsx | |
parent | fbdaf3d7c5f77a9d69fc0eb029ca17b050ac4263 (diff) | |
download | refined-github-1cb674e2359e611f5496a06165e508e10cdafef8.tar.gz refined-github-1cb674e2359e611f5496a06165e508e10cdafef8.tar.zst refined-github-1cb674e2359e611f5496a06165e508e10cdafef8.zip |
Meta: Fix screenshot URL in `embed-gist-inline` (#2558)19.11.21
Diffstat (limited to 'source/features/embed-gist-inline.tsx')
-rw-r--r-- | source/features/embed-gist-inline.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ], |