Skip to content

Commit

Permalink
fix: lower case "accounts"
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Dec 3, 2024
1 parent 93ef283 commit 48ed162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Safenet/Architecture/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const userSteps: Array<{ step: number; text: string; icon?: { src: string; alt:
},
{
step: 4,
text: 'Settles on user Account with execution proof',
text: 'Settles on user account with execution proof',
},
{
step: 5,
Expand All @@ -47,7 +47,7 @@ const ProcessorFeatures = () => (
<img src="/images/Safenet/Architecture/processor.png" alt="Safe processor" className={css.blockImage} />
<Typography className={css.blockTitle}>Processors</Typography>
<ul>
<li>Connect to user Accounts and orchestrate optimal execution of transaction intents.</li>
<li>Connect to user accounts and orchestrate optimal execution of transaction intents.</li>
<li>Provide execution guarantees like security checks and custom policies.</li>
<li>
Execute transactions instantly by locking user assets (resource-lock) and providing liquidity optimistically.
Expand Down

0 comments on commit 48ed162

Please sign in to comment.