Skip to content

Commit

Permalink
Update ComponentDocs.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Sep 14, 2023
1 parent 5c310c8 commit 44ef2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/docs/ComponentDocs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function ComponentParameters({ name }: ComponentDocsProps) {
))}
{returnsTypeValid && (
<>
<h4 className='text-xl font-bold'>Returns</h4>
<h4 className='text-xl font-bold text-right' title="Returns">{'=>'}</h4>
<div>
{returnsType && <span className="text-muted-foreground">{returnsType}</span>}
</div>
Expand Down

0 comments on commit 44ef2f2

Please sign in to comment.