aboutsummaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index e80298d..6395ddf 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -389,5 +389,3 @@ export const DevsById = /* #__PURE__*/ (() =>
.map(([_, v]) => [v.id, v] as const)
))
)() as Record<string, Dev>;
-
-export const IsFirefox = IS_EXTENSION && navigator.userAgent.toLowerCase().includes("firefox");