diff options
Diffstat (limited to 'source/features/embed-gist-inline.tsx')
-rw-r--r-- | source/features/embed-gist-inline.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx index 9eb2c4b4..ebf701e0 100644 --- a/source/features/embed-gist-inline.tsx +++ b/source/features/embed-gist-inline.tsx @@ -50,7 +50,8 @@ function init(): void { features.add({ id: __featureName__, - description: 'View linked gists inline in comments', + description: 'Embeds linked gists.', + screenshot: 'https://user-images.githubusercontent.com/6978877/33911900-c62ee968-df8b-11e7-8685-506ffafc60b4.', include: [ features.hasComments ], |