diff --git a/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx b/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx
index 1ce60ea5f..aa55e8fbb 100644
--- a/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx
+++ b/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx
@@ -11,11 +11,14 @@ export const AuditLogsPage = withPermission(
Audit Logs
-
- We are currently working on improving the performance of querying audit logs. However,
- please note that audit logs are still being published as usual, so there’s no
- disruption to log generation.
-
+ {(window.location.origin.includes("https://app.infisical.com") ||
+ window.location.origin.includes("https://gamma.infisical.com")) && (
+
+ We are currently working on improving the performance of querying audit logs.
+ However, please note that audit logs are still being published as usual, so there’s
+ no disruption to log generation.
+
+ )}