Update add-template.tsx

This commit is contained in:
Vladislav Popovič 2024-08-08 18:21:35 +03:00 committed by GitHub
parent ddb78ef8dd
commit af13c84968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ export const AddTemplate = ({ projectId }: Props) => {
onSelect={(e) => e.preventDefault()}
>
<PuzzleIcon className="size-4 text-muted-foreground" />
<span>Templates</span>
<span>Template</span>
</DropdownMenuItem>
</DialogTrigger>
<DialogContent className="max-h-screen overflow-y-auto sm:max-w-7xl p-0">