@kidecms/core 0.1.10 → 0.1.11
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/package.json
CHANGED
|
@@ -62,6 +62,7 @@ const errorMessage =
|
|
|
62
62
|
<body class="bg-background text-foreground min-h-screen antialiased">
|
|
63
63
|
<div class="flex min-h-screen items-center justify-center px-4">
|
|
64
64
|
<div class="w-full max-w-sm space-y-6">
|
|
65
|
+
<h1 class="text-center text-xl font-semibold tracking-tight">Kide CMS</h1>
|
|
65
66
|
<Card>
|
|
66
67
|
<CardHeader>
|
|
67
68
|
<CardTitle>Set up your account</CardTitle>
|
|
@@ -25,6 +25,7 @@ const errorMessage =
|
|
|
25
25
|
<body class="bg-background text-foreground min-h-screen antialiased">
|
|
26
26
|
<div class="flex min-h-screen items-center justify-center px-4">
|
|
27
27
|
<div class="w-full max-w-sm space-y-6">
|
|
28
|
+
<h1 class="text-center text-xl font-semibold tracking-tight">Kide CMS</h1>
|
|
28
29
|
<Card>
|
|
29
30
|
<CardHeader>
|
|
30
31
|
<CardTitle>Sign in</CardTitle>
|
|
@@ -43,6 +43,7 @@ const errorMessage =
|
|
|
43
43
|
<body class="bg-background text-foreground min-h-screen antialiased">
|
|
44
44
|
<div class="flex min-h-screen items-center justify-center px-4">
|
|
45
45
|
<div class="w-full max-w-sm space-y-6">
|
|
46
|
+
<h1 class="text-center text-xl font-semibold tracking-tight">Kide CMS</h1>
|
|
46
47
|
<Card>
|
|
47
48
|
<CardHeader>
|
|
48
49
|
<CardTitle>Create admin account</CardTitle>
|