gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix required hint


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix required hint
Date: Wed, 03 Jan 2024 20:03:15 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new c0395a2c9 fix required hint
c0395a2c9 is described below

commit c0395a2c900ece84a0cb01278c6d9c9d55458679
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Jan 3 16:03:08 2024 -0300

    fix required hint
---
 packages/demobank-ui/src/pages/RegistrationPage.tsx | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/packages/demobank-ui/src/pages/RegistrationPage.tsx 
b/packages/demobank-ui/src/pages/RegistrationPage.tsx
index e1d32002b..d20c402ac 100644
--- a/packages/demobank-ui/src/pages/RegistrationPage.tsx
+++ b/packages/demobank-ui/src/pages/RegistrationPage.tsx
@@ -299,9 +299,12 @@ function RegistrationForm({ onComplete, onCancel }: { 
onComplete: () => void, on
             </div>
 
             <div>
-              <label for="name" class="block text-sm font-medium leading-6 
text-gray-900">
-                <i18n.Translate>Name</i18n.Translate>
-              </label>
+              <div class="flex items-center justify-between">
+                <label for="name" class="block text-sm font-medium leading-6 
text-gray-900">
+                  <i18n.Translate>Name</i18n.Translate>
+                  <b style={{ color: "red" }}> *</b>
+                </label>
+              </div>
               <div class="mt-2">
                 <input
                   autoFocus

-- 
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]