Skip to content

Commit 6e8d249

Browse files
authored
fix: add missing icon for file-diff in GitHub provider (#127)
1 parent 37f4215 commit 6e8d249

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/providers/github.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default function github(): Provider {
2828
.octicon-file-submodule,
2929
.react-directory-filename-column > svg,
3030
.octicon-package,
31-
.octicon-file-zip`,
31+
.octicon-file-zip,
32+
.octicon-file-diff`,
3233
// Element by which to detect if the tested domain is github.
3334
detect: 'body > div[data-turbo-body]',
3435
},

0 commit comments

Comments
 (0)