diff options
author | 2020-11-30 20:43:15 +0100 | |
---|---|---|
committer | 2020-11-30 13:43:15 -0600 | |
commit | 600ecbfd830702181cd800516630680a8a0507fb (patch) | |
tree | 64fb6e621a155dff2b3f715456890c6960250716 /source/features/link-to-file-in-file-history.tsx | |
parent | dd783c921528d9db05935a779af1762f50bfe165 (diff) | |
download | refined-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/link-to-file-in-file-history.tsx')
-rw-r--r-- | source/features/link-to-file-in-file-history.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/link-to-file-in-file-history.tsx b/source/features/link-to-file-in-file-history.tsx index 4c907cd7..906784e7 100644 --- a/source/features/link-to-file-in-file-history.tsx +++ b/source/features/link-to-file-in-file-history.tsx @@ -1,6 +1,6 @@ import React from 'dom-chef'; import select from 'select-dom'; -import FileIcon from 'octicon/file.svg'; +import {FileIcon} from '@primer/octicons-react'; import * as pageDetect from 'github-url-detection'; import features from '.'; |