mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-25 21:01:54 +08:00
✏️ Update next.js package install snippet (#2196)
This commit is contained in:
parent
267b4958d2
commit
cf4922ffd9
@ -3,7 +3,7 @@ import { CodeEditor } from "@/components/inputs/CodeEditor";
|
||||
export const InstallNextjsPackageSnippet = () => {
|
||||
return (
|
||||
<CodeEditor
|
||||
value={`npm install @typebot.io/nextjs`}
|
||||
value={`npm install @typebot.io/react`}
|
||||
isReadOnly
|
||||
lang="shell"
|
||||
/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user