Skip to content

Commit 6366216

Browse files
committed
Rewrite 'What it looks like' subhead to name both wallet modes
The 'keys don't belong to anyone — governed on-chain' line was vague and didn't reflect what devs actually do. Replace with the two concrete options: sign with a wallet bound to the action code itself (action-owned PKP), or with one you control through your own on-chain governance.
1 parent ba6fbd7 commit 6366216

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/components/LandingHowItWorks/LandingHowItWorks.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ const LandingHowItWorks = () => {
7575
</h2>
7676
<p className="mt-6 text-white/70 text-lg">
7777
A Lit Action is JavaScript that runs inside the network&apos;s
78-
TEE. Deploy it once. The keys it signs with don&apos;t belong to
79-
anyone — they&apos;re governed on-chain.
78+
TEE. Deploy it once. Sign with a wallet bound to the action code
79+
itself, or with one you control through your own on-chain
80+
governance.
8081
</p>
8182
</div>
8283

src/components/Prototypes/Prototype1.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ export default function Prototype1() {
101101
</h2>
102102
<p className="mt-6 mx-auto text-white/70 text-lg">
103103
A Lit Action is JavaScript that runs inside the network&apos;s TEE.
104-
Deploy it once. The keys it signs with don&apos;t belong to anyone
105-
— they&apos;re governed on-chain.
104+
Deploy it once. Sign with a wallet bound to the action code itself,
105+
or with one you control through your own on-chain governance.
106106
</p>
107107
</div>
108108

0 commit comments

Comments
 (0)