gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: remove trailing space in clas


From: gnunet
Subject: [taler-wallet-core] branch master updated: remove trailing space in class
Date: Sun, 04 Aug 2024 23:30:05 +0200

This is an automated email from the git hooks/post-receive script.

nora-grothoff pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 3c010b39c remove trailing space in class
3c010b39c is described below

commit 3c010b39cfabf086e9bc7ee78d2b1201d9c01962
Author: Nullptrderef <nullptrderef@proton.me>
AuthorDate: Sun Aug 4 23:30:01 2024 +0200

    remove trailing space in class
---
 .../auditor-backoffice-ui/src/components/menu/NavigationBar.tsx   | 8 +++++---
 1 file 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>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]