From a08330ae5685f965bbe1a7bbffdd3c649228bddb Mon Sep 17 00:00:00 2001 From: Sanjai Kumar R <145897247+Sanjai451@users.noreply.github.com> Date: Wed, 5 Mar 2025 19:16:15 +0530 Subject: [PATCH 1/2] Update DocsFooter.tsx --- src/components/DocsFooter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DocsFooter.tsx b/src/components/DocsFooter.tsx index 5f2330e7eae..261a75c5c4f 100644 --- a/src/components/DocsFooter.tsx +++ b/src/components/DocsFooter.tsx @@ -27,7 +27,7 @@ export const DocsPageFooter = memo( <> {prevRoute?.path || nextRoute?.path ? ( <> -
+
{prevRoute?.path ? ( Date: Wed, 5 Mar 2025 19:28:01 +0530 Subject: [PATCH 2/2] Fixed with UI issue --- src/components/DocsFooter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DocsFooter.tsx b/src/components/DocsFooter.tsx index 261a75c5c4f..cd6628c5e91 100644 --- a/src/components/DocsFooter.tsx +++ b/src/components/DocsFooter.tsx @@ -27,7 +27,7 @@ export const DocsPageFooter = memo( <> {prevRoute?.path || nextRoute?.path ? ( <> -
+
{prevRoute?.path ? (