diff options
| author | 2021-10-04 13:40:49 +0200 | |
|---|---|---|
| committer | 2021-10-04 13:40:49 +0200 | |
| commit | d3bc037b7b574b6bfa8f175ea35aed1b55e92bbb (patch) | |
| tree | 2e18fd044945985ce72407db83aa930549cc0281 /source/features/submit-review-as-single-comment.tsx | |
| parent | c1f3484bf9d6aaf9e991187b0bb06decf52cd30d (diff) | |
| download | refined-github-d3bc037b7b574b6bfa8f175ea35aed1b55e92bbb.tar.gz refined-github-d3bc037b7b574b6bfa8f175ea35aed1b55e92bbb.tar.zst refined-github-d3bc037b7b574b6bfa8f175ea35aed1b55e92bbb.zip | |
Drop fallback code for old GitHub Enterprise versions (#4864)
Diffstat (limited to 'source/features/submit-review-as-single-comment.tsx')
| -rw-r--r-- | source/features/submit-review-as-single-comment.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/submit-review-as-single-comment.tsx b/source/features/submit-review-as-single-comment.tsx index a1183a60..d77e1542 100644 --- a/source/features/submit-review-as-single-comment.tsx +++ b/source/features/submit-review-as-single-comment.tsx @@ -12,7 +12,7 @@ import features from '.'; const pendingSelector = '.timeline-comment-label.is-pending'; const getButton = onetime(() => ( - <button className="rgh-submit-single btn-link ml-2 text-gray color-text-secondary text-small" type="button">Send now</button> + <button className="rgh-submit-single btn-link ml-2 color-text-secondary text-small" type="button">Send now</button> )); function updateUI(): void { |
