From 8726e22b387fbdb3ad5bda302116cfe0b69751de Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Sun, 17 Sep 2023 08:03:29 +0700 Subject: [PATCH] replace nostr.com with njump.me --- src/app/auth/unlock.tsx | 2 +- src/app/notes/article.tsx | 2 +- src/app/notes/text.tsx | 2 +- src/shared/notes/actions/more.tsx | 3 +-- src/shared/notes/child.tsx | 4 +-- src/shared/notes/kinds/repost.tsx | 6 ++--- src/shared/notes/mentions/note.tsx | 4 +-- src/shared/widgets/other/learnNostr.tsx | 11 ++++---- src/stores/resources.ts | 34 ++++++++++++++++++++----- 9 files changed, 44 insertions(+), 24 deletions(-) diff --git a/src/app/auth/unlock.tsx b/src/app/auth/unlock.tsx index 84d770b2..38169a5e 100644 --- a/src/app/auth/unlock.tsx +++ b/src/app/auth/unlock.tsx @@ -89,7 +89,7 @@ export function UnlockScreen() { {...register('password', { required: true, minLength: 4 })} type={showPassword ? 'text' : 'password'} placeholder="Password" - className="relative h-12 w-full rounded-b-lg bg-white/10 py-1 text-center tracking-widest text-white !outline-none backdrop-blur-xl placeholder:text-white/50" + className="relative h-12 w-full rounded-b-lg bg-white/10 py-1 text-center tracking-widest text-white !outline-none backdrop-blur-xl placeholder:tracking-normal placeholder:text-white/50" />