diff --git a/packages/merchant-backoffice-ui/src/assets/logo-2021.svg b/packages/merchant-backoffice-ui/src/assets/logo-2021.svg new file mode 100644 index 000000000..8c5ff3e5b --- /dev/null +++ b/packages/merchant-backoffice-ui/src/assets/logo-2021.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx b/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx index 46c13adf0..8bd85d0ef 100644 --- a/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx +++ b/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx @@ -20,8 +20,8 @@ */ import { h, VNode } from "preact"; -import logo from "../../assets/logo.jpeg"; import { LangSelector } from "./LangSelector.js"; +import logo from "../../assets/logo-2021.svg"; interface Props { onMobileMenu: () => void; @@ -61,7 +61,7 @@ export function NavigationBar({ onMobileMenu, title }: Props): VNode { class="navbar-start is-justify-content-center is-flex-grow-1" href="https://taler.net" > - +