Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 6d441f2

Browse files
committed
+update-npx-cmd-dapp-name
1 parent 23b5590 commit 6d441f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const HomeView: FC = ({ }) => {
4444
<div className="absolute -inset-0.5 bg-gradient-to-r from-indigo-500 to-indigo-500 rounded-lg blur opacity-40 animate-tilt"></div>
4545
<div className="max-w-md mx-auto mockup-code bg-primary border-2 border-[#5252529f] p-6 px-10 my-2">
4646
<pre data-prefix=">">
47-
<code className="truncate">npx create-solana-dapp </code>
47+
<code className="truncate">{`npx create-solana-dapp <dapp-name>`} </code>
4848
</pre>
4949
</div>
5050
</div>

0 commit comments

Comments
 (0)