docs: typo in drawer, dialog and sheet (#2306)

This commit is contained in:
Anshul Kanwar
2024-01-07 12:56:21 +05:30
committed by GitHub
parent 33795426dd
commit 4b200ebf59
6 changed files with 8 additions and 12 deletions

View File

@@ -1,5 +1,3 @@
export default function TypographyLarge() {
return (
<div className="text-lg font-semibold">Are you sure absolutely sure?</div>
)
return <div className="text-lg font-semibold">Are you absolutely sure?</div>
}