summaryrefslogtreecommitdiff
path: root/source/features/trending-menu-item.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/trending-menu-item.tsx')
-rw-r--r--source/features/trending-menu-item.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/trending-menu-item.tsx b/source/features/trending-menu-item.tsx
index cb4547b2..83f43307 100644
--- a/source/features/trending-menu-item.tsx
+++ b/source/features/trending-menu-item.tsx
@@ -1,7 +1,7 @@
import React from 'dom-chef';
import elementReady from 'element-ready';
+import * as pageDetect from 'github-url-detection';
import features from '../libs/features';
-import * as pageDetect from '../libs/page-detect';
async function init(): Promise<false | void> {
const exploreLink = await elementReady('.Header-link[href="/explore"]');