fix mobile ui responsiveness

This commit is contained in:
Aman Varshney
2025-04-06 10:35:09 +05:30
parent 7202ffab91
commit d431526a21
4 changed files with 62 additions and 53 deletions

View File

@@ -36,9 +36,9 @@ const CodeContainer = () => {
}, [step]);
const commands = {
npm: "npx create-better-t-stack@latest my-app",
pnpm: "pnpm create better-t-stack@latest my-app",
bun: "bun create better-t-stack@latest my-app",
npm: "npx create-better-t-stack@latest",
pnpm: "pnpm create better-t-stack@latest",
bun: "bun create better-t-stack@latest",
};
const copyToClipboard = async (pm: "npm" | "pnpm" | "bun") => {