fix: casing across all settings pages (#5675)

This commit is contained in:
Aaryan Khandelwal 2024-09-23 16:41:25 +05:30 committed by GitHub
parent 0853a2790f
commit 846398df41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 34 additions and 34 deletions

View file

@ -34,7 +34,7 @@ export const DeleteWorkspaceSection: FC<TDeleteWorkspace> = observer((props) =>
buttonClassName="flex w-full items-center justify-between py-4"
title={
<>
<span className="text-lg tracking-tight">Delete Workspace</span>
<span className="text-lg tracking-tight">Delete workspace</span>
{isOpen ? <ChevronUp className="h-5 w-5" /> : <ChevronDown className="h-5 w-5" />}
</>
}