aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-01-27 15:44:02 -0300
committerSebastian <sebasjm@gmail.com>2023-01-27 15:44:06 -0300
commit9645f93406c9424a02a8e140e693bd69039349b5 (patch)
treec926cee06a9045bd82c6995e7878184417ddd91a /packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx
parenteebb85bef4bb6bba41533fa0ff343cf2f1995761 (diff)
downloadwallet-core-9645f93406c9424a02a8e140e693bd69039349b5.tar.xz
update to blue logo
Diffstat (limited to 'packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/components/menu/NavigationBar.tsx4
1 files changed, 2 insertions, 2 deletions
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"
>
- <img src={logo} style={{ height: 50, maxHeight: 50 }} />
+ <img src={logo} style={{ height: 50, margin: 10 }} />
</a>
<div class="navbar-end">
<div class="navbar-item" style={{ paddingTop: 4, paddingBottom: 4 }}>