Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Jul 3, 2024
1 parent 4fa1f32 commit 1fe4313
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,24 @@ exports[`BlockaidSettings should render correctly 1`] = `
}
}
>
Privacy preserving - no data is shared with third parties. Available on Arbitrum, Avalanche, BNB chain, Ethereum Mainnet, Optimism, Polygon, Sepolia and Base.
This feature alerts you to malicious activity by actively reviewing transaction and signature requests.
<Text
accessibilityRole="text"
onPress={[Function]}
style={
{
"color": "#6a737d",
"fontFamily": "Euclid Circular B",
"fontSize": 14,
"fontWeight": "400",
"letterSpacing": 0,
"lineHeight": 22,
}
}
>
Learn more.
</Text>
</Text>,
]
`;

0 comments on commit 1fe4313

Please sign in to comment.