- {/* If we're viewing all documents for all time and there's nuffin we should should an add document component instead */}
+ {/* If we're viewing all documents for all time and there's nuffin we should should show an add document component instead */}
{isNoResults ? (
) : (
diff --git a/apps/web/src/components/(dashboard)/layout/desktop-nav.tsx b/apps/web/src/components/(dashboard)/layout/desktop-nav.tsx
index d0927c323..279b8ea43 100644
--- a/apps/web/src/components/(dashboard)/layout/desktop-nav.tsx
+++ b/apps/web/src/components/(dashboard)/layout/desktop-nav.tsx
@@ -14,18 +14,8 @@ export const DesktopNav = ({ className, ...props }: DesktopNavProps) => {
return (