From 9645f93406c9424a02a8e140e693bd69039349b5 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 27 Jan 2023 15:44:02 -0300 Subject: update to blue logo --- packages/merchant-backoffice-ui/src/assets/logo-2021.svg | 9 +++++++++ .../merchant-backoffice-ui/src/components/menu/NavigationBar.tsx | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 packages/merchant-backoffice-ui/src/assets/logo-2021.svg (limited to 'packages/merchant-backoffice-ui') 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" > - +