summaryrefslogtreecommitdiff
path: root/source/features/user-local-time.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <me@fregante.com> 2021-10-04 13:40:49 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-04 13:40:49 +0200
commitd3bc037b7b574b6bfa8f175ea35aed1b55e92bbb (patch)
tree2e18fd044945985ce72407db83aa930549cc0281 /source/features/user-local-time.tsx
parentc1f3484bf9d6aaf9e991187b0bb06decf52cd30d (diff)
downloadrefined-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.tsx2
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>
);