feat: Update navigation component

Remove console.log statement and improve code readability
This commit is contained in:
mauro-balades
2024-09-02 18:44:35 +02:00
parent 44a697ee49
commit 0609542803

View File

@@ -57,8 +57,6 @@ export function Navigation() {
description: t(component.descriptionKey),
}));
console.log(translatedComponents);
return (
<div className="bg-background z-40 top-0 left-0 w-full flex fixed border-b border-grey p-2 items-center justify-center">
<MobileNav />