Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ export default function Home() {
</DialogHeader>
<div className="grid gap-2 py-4">
<DialogDescription>
You’re about to create the project {name} using the{" "}
{frameworks[framework as Framework]} framework.
You’re about to create the project {name} using{" "}
{frameworks[framework as Framework]}.
</DialogDescription>
<DialogDescription>
Please confirm to proceed with the setup.
Expand Down