diff options
Diffstat (limited to 'source/features/bugs-tab.tsx')
-rw-r--r-- | source/features/bugs-tab.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/bugs-tab.tsx b/source/features/bugs-tab.tsx index 5c854a75..afb8dbfb 100644 --- a/source/features/bugs-tab.tsx +++ b/source/features/bugs-tab.tsx @@ -1,7 +1,7 @@ import React from 'dom-chef'; import cache from 'webext-storage-cache'; import select from 'select-dom'; -import BugIcon from 'octicon/bug.svg'; +import BugIcon from '@primer/octicons/build/svg/bug.svg'; import elementReady from 'element-ready'; import * as pageDetect from 'github-url-detection'; |