We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c873f9 commit bc6fadcCopy full SHA for bc6fadc
3 files changed
.changeset/config.json
@@ -20,6 +20,9 @@
20
"@courselit/common-logic",
21
"@courselit/page-primitives",
22
"@courselit/common-models",
23
- "@courselit/docs"
+ "@courselit/docs",
24
+ "@courselit/orm-models",
25
+ "@courselit/page-models",
26
+ "@courselit/scripts"
27
]
28
}
.changeset/empty-rockets-allow.md
@@ -0,0 +1,5 @@
1
+---
2
+"@courselit/email-editor": patch
3
4
+
5
+Bug fix: Lists don't render
apps/web/components/admin/blogs/new-blog.tsx
@@ -81,7 +81,7 @@ export default function NewBlog() {
81
>
82
{BTN_CONTINUE}
83
</Button>
84
- <Link href={`/dashboard/blogs`} legacyBehavior>
+ <Link href="/dashboard/blogs">
85
<Button variant="soft">{BUTTON_CANCEL_TEXT}</Button>
86
</Link>
87
</div>
0 commit comments