diff options
author | Nullptrderef <nullptrderef@proton.me> | 2024-08-04 23:30:01 +0200 |
---|---|---|
committer | Nullptrderef <nullptrderef@proton.me> | 2024-08-04 23:30:01 +0200 |
commit | 3c010b39cfabf086e9bc7ee78d2b1201d9c01962 (patch) | |
tree | 7980acb9567041a9bdc9d2cfd08ff6a6b281bf6c /packages | |
parent | 6d8863569506472443d8ff73cd100dcc70caa5c1 (diff) |
remove trailing space in class
Diffstat (limited to 'packages')
-rw-r--r-- | packages/auditor-backoffice-ui/src/components/menu/NavigationBar.tsx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/auditor-backoffice-ui/src/components/menu/NavigationBar.tsx b/packages/auditor-backoffice-ui/src/components/menu/NavigationBar.tsx index d81410bdf..66469378b 100644 --- a/packages/auditor-backoffice-ui/src/components/menu/NavigationBar.tsx +++ b/packages/auditor-backoffice-ui/src/components/menu/NavigationBar.tsx @@ -55,7 +55,7 @@ export function NavigationBar({ onMobileMenu, title }: Props): VNode { </a> </div> - <div class="navbar-menu "> + <div class="navbar-menu"> <a class="navbar-start is-justify-content-center is-flex-grow-1" href="https://taler.net" @@ -63,8 +63,10 @@ export function NavigationBar({ onMobileMenu, title }: Props): VNode { <img src={logo} style={{ height: 35, margin: 10 }} /> </a> <div class="navbar-end"> - <div class="navbar-item" style={{ paddingTop: 4, paddingBottom: 4 }}> - </div> + <div + class="navbar-item" + style={{ paddingTop: 4, paddingBottom: 4 }} + ></div> </div> </div> </nav> |