From 197026f1798fbee2a5fef70c59379e53f1f8bf6c Mon Sep 17 00:00:00 2001 From: harsh mahajan Date: Fri, 3 Jul 2026 18:31:55 +0530 Subject: [PATCH] Fix incorrect documentation link on the Activity empty state The 'No activities available' empty state linked to the databases docs page regardless of context (account, users, teams, etc.). Points to the audit logs docs page instead, which matches what Activity actually shows. --- src/lib/layout/activity.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/layout/activity.svelte b/src/lib/layout/activity.svelte index 04fef37d71..63f1088997 100644 --- a/src/lib/layout/activity.svelte +++ b/src/lib/layout/activity.svelte @@ -118,7 +118,7 @@