@@ -22,8 +22,8 @@ export default function GamingBlocks() {
2222
2323 < div className = "flex flex-col md:flex-row items-center gap-2" >
2424 < CopyCommandButton
25- command = "npx shadcn@latest add 8bit- chapter-intro"
26- copyCommand = { ` pnpm dlx shadcn@canary add ${ process . env . NEXT_PUBLIC_BASE_URL } /r/8bit- chapter-intro.json` }
25+ command = "pnpm dlx shadcn@latest add @8bitcn/ chapter-intro"
26+ copyCommand = " pnpm dlx shadcn@latest add @8bitcn/ chapter-intro"
2727 />
2828 < OpenInV0Button name = "8bit-chapter-intro" className = "w-fit" />
2929 </ div >
@@ -46,8 +46,8 @@ export default function GamingBlocks() {
4646
4747 < div className = "flex flex-col md:flex-row items-center gap-2" >
4848 < CopyCommandButton
49- command = "npx shadcn@latest add 8bit- main-menu"
50- copyCommand = { ` pnpm dlx shadcn@canary add ${ process . env . NEXT_PUBLIC_BASE_URL } /r/8bit- main-menu.json` }
49+ command = "pnpm dlx shadcn@latest add @8bitcn/ main-menu"
50+ copyCommand = " pnpm dlx shadcn@latest add @8bitcn/ main-menu"
5151 />
5252 < OpenInV0Button name = "8bit-main-menu" className = "w-fit" />
5353 </ div >
@@ -64,8 +64,8 @@ export default function GamingBlocks() {
6464
6565 < div className = "flex flex-col md:flex-row items-center gap-2" >
6666 < CopyCommandButton
67- command = "npx shadcn@latest add 8bit- difficulty-select"
68- copyCommand = { ` pnpm dlx shadcn@canary add ${ process . env . NEXT_PUBLIC_BASE_URL } /r/8bit- difficulty-select.json` }
67+ command = "pnpm dlx shadcn@latest add @8bitcn/ difficulty-select"
68+ copyCommand = " pnpm dlx shadcn@latest add @8bitcn/ difficulty-select"
6969 />
7070 < OpenInV0Button name = "8bit-difficulty-select" className = "w-fit" />
7171 </ div >
@@ -80,8 +80,8 @@ export default function GamingBlocks() {
8080
8181 < div className = "flex flex-col md:flex-row items-center gap-2" >
8282 < CopyCommandButton
83- command = "npx shadcn@latest add 8bit- dialogue"
84- copyCommand = { ` pnpm dlx shadcn@canary add ${ process . env . NEXT_PUBLIC_BASE_URL } /r/8bit- dialogue.json` }
83+ command = "pnpm dlx shadcn@latest add @8bitcn/ dialogue"
84+ copyCommand = " pnpm dlx shadcn@latest add @8bitcn/ dialogue"
8585 />
8686 < OpenInV0Button name = "8bit-dialogue" className = "w-fit" />
8787 </ div >
@@ -113,8 +113,8 @@ export default function GamingBlocks() {
113113
114114 < div className = "flex flex-col md:flex-row items-center gap-2" >
115115 < CopyCommandButton
116- command = "npx shadcn@latest add 8bit- pause-menu"
117- copyCommand = { ` pnpm dlx shadcn@canary add ${ process . env . NEXT_PUBLIC_BASE_URL } /r/8bit- pause-menu.json` }
116+ command = "pnpm dlx shadcn@latest add @8bitcn/ pause-menu"
117+ copyCommand = " pnpm dlx shadcn@latest add @8bitcn/ pause-menu"
118118 />
119119 < OpenInV0Button name = "8bit-pause-menu" className = "w-fit" />
120120 </ div >
@@ -129,8 +129,8 @@ export default function GamingBlocks() {
129129
130130 < div className = "flex flex-col md:flex-row items-center gap-2" >
131131 < CopyCommandButton
132- command = "npx shadcn@latest add 8bit- game-over"
133- copyCommand = { ` pnpm dlx shadcn@canary add ${ process . env . NEXT_PUBLIC_BASE_URL } /r/8bit- game-over.json` }
132+ command = "pnpm dlx shadcn@latest add @8bitcn/ game-over"
133+ copyCommand = " pnpm dlx shadcn@latest add @8bitcn/ game-over"
134134 />
135135 < OpenInV0Button name = "8bit-game-over" className = "w-fit" />
136136 </ div >
@@ -147,8 +147,8 @@ export default function GamingBlocks() {
147147
148148 < div className = "flex flex-col md:flex-row items-center gap-2" >
149149 < CopyCommandButton
150- command = "npx shadcn@latest add 8bit- audio-settings"
151- copyCommand = { ` pnpm dlx shadcn@canary add ${ process . env . NEXT_PUBLIC_BASE_URL } /r/8bit- audio-settings.json` }
150+ command = "pnpm dlx shadcn@latest add @8bitcn/ audio-settings"
151+ copyCommand = " pnpm dlx shadcn@latest add @8bitcn/ audio-settings"
152152 />
153153 < OpenInV0Button name = "8bit-audio-settings" className = "w-fit" />
154154 </ div >
@@ -163,8 +163,8 @@ export default function GamingBlocks() {
163163
164164 < div className = "flex flex-col md:flex-row items-center gap-2" >
165165 < CopyCommandButton
166- command = "npx shadcn@latest add 8bit- health-bar"
167- copyCommand = { ` pnpm dlx shadcn@canary add ${ process . env . NEXT_PUBLIC_BASE_URL } /r/8bit- health-bar.json` }
166+ command = "pnpm dlx shadcn@latest add @8bitcn/ health-bar"
167+ copyCommand = " pnpm dlx shadcn@latest add @8bitcn/ health-bar"
168168 />
169169 < OpenInV0Button name = "8bit-health-bar" className = "w-fit" />
170170 </ div >
@@ -189,8 +189,8 @@ export default function GamingBlocks() {
189189
190190 < div className = "flex flex-col md:flex-row items-center gap-2" >
191191 < CopyCommandButton
192- command = "npx shadcn@latest add 8bit- mana-bar"
193- copyCommand = { ` pnpm dlx shadcn@canary add ${ process . env . NEXT_PUBLIC_BASE_URL } /r/8bit- mana-bar.json` }
192+ command = "pnpm dlx shadcn@latest add @8bitcn/ mana-bar"
193+ copyCommand = " pnpm dlx shadcn@latest add @8bitcn/ mana-bar"
194194 />
195195 < OpenInV0Button name = "8bit-mana-bar" className = "w-fit" />
196196 </ div >
0 commit comments