Skip to content

Commit 4d558ed

Browse files
committed
fix(docs): update links to founded labs
1 parent 90f0f61 commit 4d558ed

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

apps/docs/app/docs/[[...slug]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function TableOfContentFooter() {
175175
className="from-primary to-primary/75 group-hover:to-primary/80 w-fit bg-transparent bg-gradient-to-br">
176176
Learn more
177177
</Button>
178-
<Link href="/docs/hire-us" className="absolute inset-0">
178+
<Link href="https://foundedlabs.com" target="_blank" className="absolute inset-0">
179179
<span className="sr-only">Learn more about Founded Labs</span>
180180
</Link>
181181
</div>

apps/docs/content/docs/hire-us.mdx

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/docs/content/docs/meta.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@
99
"!installation",
1010
"!customization",
1111
"!cli",
12-
"!hire-us",
1312
"!changelog",
1413
"[BookOpen][Introduction](/docs)",
1514
"[FolderDown][Installation](/docs/installation)",
1615
"[FileSliders][Customization](/docs/customization)",
1716
"[SquareTerminal][CLI](/docs/cli)",
1817
"[GitMerge][Changelog](/docs/changelog)",
19-
"[FoundedLabs][Hire us](/docs/hire-us)",
2018
"------",
2119
"!/blocks",
2220
"---Blocks---",
@@ -25,6 +23,9 @@
2523
"---Components---",
2624
"!/components",
2725
".../components",
28-
"..."
26+
"...",
27+
"------",
28+
"---About us---",
29+
"[FoundedLabs][Founded Labs](https://foundedlabs.com)"
2930
]
3031
}

0 commit comments

Comments
 (0)