Skip to content

Commit

Permalink
Emphasis project name
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfez committed Nov 8, 2023
1 parent b648835 commit b7d1f8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ export default function Home() {
</DialogHeader>
<div className="grid gap-2 py-4">
<DialogDescription>
You’re about to create the project <span>{name}</span> using
the <span>{framework}</span> framework.
You’re about to create the project{" "}
<span className="font-semibold">{name}</span> using the{" "}
<span className="font-semibold">{framework}</span> framework.
</DialogDescription>
<DialogDescription>
Please confirm to proceed with the setup.
Expand Down

0 comments on commit b7d1f8d

Please sign in to comment.