From 72b429321553841ac1ff48cf974bfc65da01bb06 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 19 Dec 2022 12:23:39 -0300 Subject: pretty --- .../src/components/menu/NavigationBar.tsx | 74 +++++++++++++--------- 1 file changed, 45 insertions(+), 29 deletions(-) (limited to 'packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx') diff --git a/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx b/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx index 39d1b0e35..46c13adf0 100644 --- a/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx +++ b/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx @@ -15,12 +15,12 @@ */ /** -* -* @author Sebastian Javier Marchano (sebasjm) -*/ + * + * @author Sebastian Javier Marchano (sebasjm) + */ -import { h, VNode } from 'preact'; -import logo from '../../assets/logo.jpeg'; +import { h, VNode } from "preact"; +import logo from "../../assets/logo.jpeg"; import { LangSelector } from "./LangSelector.js"; interface Props { @@ -29,30 +29,46 @@ interface Props { } export function NavigationBar({ onMobileMenu, title }: Props): VNode { - return ( + ); -} \ No newline at end of file +} -- cgit v1.2.3