Skip to content

Commit

Permalink
fix: Reverted incorrect fixes, fixed landing page cmd (#1624)
Browse files Browse the repository at this point in the history
Co-authored-by: Edward Wright <[email protected]>
  • Loading branch information
AndehUK and ed-wright authored Oct 25, 2023
1 parent 4e3e458 commit af6f947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/landingPage/banner.astro
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ import ClipboardSelect from "./ClipboardSelect";
<div
class="relative flex items-center rounded-lg border border-t3-purple-200/20 bg-t3-purple-100/10 px-2 py-2 text-sm md:px-3 md:py-3 md:text-lg lg:px-5 lg:py-4 lg:text-xl"
>
<code class="mr-12">npx create t3-app@latest</code>
<code class="mr-12">npm create t3-app@latest</code>
<ClipboardSelect client:load />
</div>
</div>
Expand Down

2 comments on commit af6f947

@vercel
Copy link

@vercel vercel bot commented on af6f947 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on af6f947 Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

t3-upgrade – ./upgrade

t3-upgrade-t3-oss.vercel.app
t3-upgrade.vercel.app
t3-upgrade-git-next-t3-oss.vercel.app

Please sign in to comment.