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/user-local-time.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/user-local-time.tsx')
| -rw-r--r-- | source/features/user-local-time.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/user-local-time.tsx b/source/features/user-local-time.tsx index 10cd9c1e..44be5fba 100644 --- a/source/features/user-local-time.tsx +++ b/source/features/user-local-time.tsx @@ -101,7 +101,7 @@ async function insertUserLocalTime(hovercardContainer: Element): Promise<void> { const placeholder = <span>Guessing local timeā¦</span>; const container = ( - <div className="mt-2 text-gray color-text-secondary text-small"> + <div className="mt-2 color-text-secondary text-small"> <ClockIcon/> {placeholder} </div> ); |
