From 2e4a24d3957c205c7bc49525c69e1fa08593d2ca Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Tue, 30 Jul 2019 01:54:01 +0700 Subject: Sort features in Readme by area instead of by type (#2283) --- source/features/embed-gist-inline.tsx | 3 ++- 1 file changed, 2 insertions(+), 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 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 ], -- cgit v1.2.3