next-ts-cli 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/template/extras/clerk/layout.tsx +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
**Minimal CLI to scaffold a production-ready Next.js applications**
|
|
11
11
|
|
|
12
12
|
[](https://www.npmjs.com/package/next-ts-cli)
|
|
13
|
-
|
|
13
|
+

|
|
14
14
|
[](https://nodejs.org/)
|
|
15
15
|
|
|
16
16
|
[Getting Started](#getting-started) •
|
package/package.json
CHANGED
|
@@ -67,7 +67,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
|
|
67
67
|
<SignedOut>
|
|
68
68
|
<SignInButton />
|
|
69
69
|
<SignUpButton>
|
|
70
|
-
<button className="bg-[#6c47ff] text-white rounded-full font-medium text-sm px-4 py-2 cursor-pointer">
|
|
70
|
+
<button className="bg-[#6c47ff] text-white rounded-full font-medium text-sm px-4 py-2 cursor-pointer" type="button" >
|
|
71
71
|
Sign Up
|
|
72
72
|
</button>
|
|
73
73
|
</SignUpButton>
|