Skip to content

Commit

Permalink
+update-npx-cmd-dapp-name
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnySolana committed Jan 31, 2023
1 parent 23b5590 commit 6d441f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const HomeView: FC = ({ }) => {
<div className="absolute -inset-0.5 bg-gradient-to-r from-indigo-500 to-indigo-500 rounded-lg blur opacity-40 animate-tilt"></div>
<div className="max-w-md mx-auto mockup-code bg-primary border-2 border-[#5252529f] p-6 px-10 my-2">
<pre data-prefix=">">
<code className="truncate">npx create-solana-dapp </code>
<code className="truncate">{`npx create-solana-dapp <dapp-name>`} </code>
</pre>
</div>
</div>
Expand Down

0 comments on commit 6d441f2

Please sign in to comment.