Fix docs header link from /documentation to /docs (#469)
This commit is contained in:
committed by
GitHub
parent
1f52c67354
commit
9d7c7f8030
@@ -19,7 +19,7 @@ export function DocsHeader() {
|
|||||||
<Separator orientation="vertical" />
|
<Separator orientation="vertical" />
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
href="/documentation"
|
href="/docs"
|
||||||
className="font-semibold tracking-tight hover:underline"
|
className="font-semibold tracking-tight hover:underline"
|
||||||
>
|
>
|
||||||
<Trans i18nKey="marketing.documentation" />
|
<Trans i18nKey="marketing.documentation" />
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "next-supabase-saas-kit-turbo",
|
"name": "next-supabase-saas-kit-turbo",
|
||||||
"version": "3.0.4",
|
"version": "3.0.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"author": {
|
"author": {
|
||||||
"name": "MakerKit",
|
"name": "MakerKit",
|
||||||
|
|||||||
Reference in New Issue
Block a user