Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPouria Ezzati <ezzati.upt@gmail.com>2022-11-10 18:37:40 +0300
committerPouria Ezzati <ezzati.upt@gmail.com>2022-11-10 18:37:40 +0300
commit50a01f36ab751f95314dfd48642a5f3abd962afb (patch)
tree0988f687331a21b277dccef76c8478c3b33d9380
parent8bfd41299bb50026a41cf21cc57b1d97fb051931 (diff)
style: use password dot unicode character for password placeholderfix/change-link-password
-rw-r--r--client/components/LinksTable.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/LinksTable.tsx b/client/components/LinksTable.tsx
index 0759ec0..d39d4c9 100644
--- a/client/components/LinksTable.tsx
+++ b/client/components/LinksTable.tsx
@@ -397,7 +397,7 @@ const Row: FC<RowProps> = ({ index, link, setDeleteModal }) => {
{...password({
name: "password"
})}
- placeholder={link.password ? "●●●●●●●" : "Password..."}
+ placeholder={link.password ? "••••••••" : "Password..."}
autocomplete="off"
data-lpignore
pl={[3, 24]}