remove the unwanted whitespace

This commit is contained in:
staticGuru
2023-10-06 17:04:25 +05:30
parent a2bb70aaec
commit 0a8ba068c4

View File

@@ -231,7 +231,7 @@ export default function Navigation() {
onClick={() => setIsDocsListOpen(!isDocsListOpen)}
>
{selectedDocs && (
<p className="my-3 mx-4 overflow-hidden text-ellipsis whitespace-nowrap">
<p className="my-3 mx-4 overflow-hidden text-ellipsis whitespace-nowrap">
{selectedDocs.name} {selectedDocs.version}
</p>
)}