Skip to content

Commit 9899c2a

Browse files
committed
changed name
1 parent 27f5b06 commit 9899c2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Header.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default function Header() {
22
return (
33
<div className="header">
44
<div className="logo">
5-
env<span>share</span>
5+
env<span>secure</span>
66
</div>
77
<div className="header-sub">
88
Encrypted .env sharing — zero-knowledge, self-destructing links

src/components/ReceiveForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function ReceiveForm({ lockedId = null }) {
6262
<label>Share link or ID</label>
6363
<input
6464
type="text"
65-
placeholder="https://envshare.app/decrypt/abc123… or just the 32-char ID"
65+
placeholder="https://envsecure.github.io/decrypt/abc123… or just the 32-char ID"
6666
value={id}
6767
onChange={(e) => setId(e.target.value)}
6868
/>

0 commit comments

Comments
 (0)