Skip to content

Commit c23d5fe

Browse files
authored
Merge branch 'main' into fix/db-docs-responsive
2 parents e7c983f + 757b5d6 commit c23d5fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/DocsLayout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ export function DocsLayout({
365365
<div className="w-1/2 px-1 flex justify-end flex-wrap">
366366
{prevItem ? (
367367
<Link
368+
from="/$libraryId/$version/docs"
368369
to={prevItem.to}
369370
params
370371
className="py-1 px-2 bg-white/70 text-black dark:bg-gray-500/40 dark:text-white shadow-lg shadow-black/20 flex items-center justify-center backdrop-blur-sm z-20 rounded-lg overflow-hidden"
@@ -379,6 +380,7 @@ export function DocsLayout({
379380
<div className="w-1/2 px-1 flex justify-start flex-wrap">
380381
{nextItem ? (
381382
<Link
383+
from="/$libraryId/$version/docs"
382384
to={nextItem.to}
383385
params
384386
className="py-1 px-2 bg-white/70 text-black dark:bg-gray-500/40 dark:text-white shadow-lg shadow-black/20 flex items-center justify-center backdrop-blur-sm z-20 rounded-lg overflow-hidden"

0 commit comments

Comments
 (0)