summaryrefslogtreecommitdiff
path: root/source/features/enable-file-links-in-compare-view.tsx
diff options
context:
space:
mode:
authorGravatar Flo Edelmann <florian-edelmann@online.de> 2020-11-30 20:43:15 +0100
committerGravatar GitHub <noreply@github.com> 2020-11-30 13:43:15 -0600
commit600ecbfd830702181cd800516630680a8a0507fb (patch)
tree64fb6e621a155dff2b3f715456890c6960250716 /source/features/enable-file-links-in-compare-view.tsx
parentdd783c921528d9db05935a779af1762f50bfe165 (diff)
downloadrefined-github-600ecbfd830702181cd800516630680a8a0507fb.tar.gz
refined-github-600ecbfd830702181cd800516630680a8a0507fb.tar.zst
refined-github-600ecbfd830702181cd800516630680a8a0507fb.zip
Use `@primer/octicons-react` icons (#3227)20.12.3
Co-authored-by: Federico <me@fregante.com>
Diffstat (limited to 'source/features/enable-file-links-in-compare-view.tsx')
-rw-r--r--source/features/enable-file-links-in-compare-view.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/enable-file-links-in-compare-view.tsx b/source/features/enable-file-links-in-compare-view.tsx
index 82322c2a..2775e7ef 100644
--- a/source/features/enable-file-links-in-compare-view.tsx
+++ b/source/features/enable-file-links-in-compare-view.tsx
@@ -1,7 +1,7 @@
import React from 'dom-chef';
import select from 'select-dom';
import delegate from 'delegate-it';
-import GitBranchIcon from 'octicon/git-branch.svg';
+import {GitBranchIcon} from '@primer/octicons-react';
import * as pageDetect from 'github-url-detection';
import features from '.';