Skip to content

Commit

Permalink
chore: audit log menu item label (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElTimuro committed Apr 12, 2024
1 parent 7705dba commit 80c758f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const DocumentPageViewDropdown = ({ document, team }: DocumentPageViewDro
<DropdownMenuItem asChild>
<Link href={`${documentsPath}/${document.id}/logs`}>
<ScrollTextIcon className="mr-2 h-4 w-4" />
Logs
Audit Log
</Link>
</DropdownMenuItem>

Expand Down

0 comments on commit 80c758f

Please sign in to comment.