We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0791f49 + 98c278a commit 1b460f3Copy full SHA for 1b460f3
apps/app/src/app/(app)/[orgId]/policies/[policyId]/components/RecentAuditLogs.tsx
@@ -197,7 +197,7 @@ export const RecentAuditLogs = ({ logs }: { logs: AuditLogWithRelations[] }) =>
197
</div>
198
199
) : (
200
- <div className="flex flex-col items-center justify-center p-6 text-center">
+ <div className="flex flex-col items-center justify-center py-12 px-6 text-center">
201
<ActivityIcon className="text-muted-foreground mb-2 h-8 w-8" />
202
<p className="text-sm font-medium">No recent activity</p>
203
<p className="text-muted-foreground text-xs">
0 commit comments