diff options
Diffstat (limited to 'source/features/embed-gist-via-iframe.tsx')
-rw-r--r-- | source/features/embed-gist-via-iframe.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/embed-gist-via-iframe.tsx b/source/features/embed-gist-via-iframe.tsx index c4f1e031..d147c4e6 100644 --- a/source/features/embed-gist-via-iframe.tsx +++ b/source/features/embed-gist-via-iframe.tsx @@ -24,7 +24,7 @@ function init(): void { } features.add({ - id: __featureName__, + id: __filebasename, description: 'Adds a menu item to embed a gist via <iframe>.', screenshot: 'https://user-images.githubusercontent.com/44045911/63633382-6a1b6200-c67a-11e9-9038-aedd62e4f6a8.png' }, { |