From 0a8ba068c4b361d6f676c979539c0c95e3a6e60e Mon Sep 17 00:00:00 2001 From: staticGuru Date: Fri, 6 Oct 2023 17:04:25 +0530 Subject: [PATCH] remove the unwanted whitespace --- frontend/src/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Navigation.tsx b/frontend/src/Navigation.tsx index 3dd8bade..4778976b 100644 --- a/frontend/src/Navigation.tsx +++ b/frontend/src/Navigation.tsx @@ -231,7 +231,7 @@ export default function Navigation() { onClick={() => setIsDocsListOpen(!isDocsListOpen)} > {selectedDocs && ( -

+

{selectedDocs.name} {selectedDocs.version}

)}