Skip to content

Commit

Permalink
fix: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanay Pant committed May 27, 2024
1 parent 848b7f8 commit 30c4855
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pages/advanced/smart-account-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Grid } from '@mui/material'
import SafeCoreSDK from '../../assets/svg/ic-sdk.svg'
import SafeSmartAccount from '../../assets/svg/ic-smart-account.svg'
import SafeCoreAPI from '../../assets/svg/ic-api.svg'
import CustomCard from '../../components/CustomCard'

# Safe Smart Account
Expand All @@ -17,7 +16,7 @@ The architectural design of Safe Smart Account keeps the following principles in
alignContent='flex-start'
mt={3}
>
<Grid item xs={12} md={12}>
<Grid item xs={12} md={6}>
<CustomCard
title={'Secure default'}
description={'Uses a multi-signature logic where a threshold of owners must confirm a transaction before execution to provide a secure default without trusting any additional contract. For example, a module, guard, or fallback handler (explained below).'}
Expand All @@ -26,15 +25,6 @@ The architectural design of Safe Smart Account keeps the following principles in
newTab={false}
/>
</Grid>
<Grid item xs={12} md={6}>
<CustomCard
title={'Minimal gas costs'}
description={'Optimises gas costs by storing the transaction data that should be executed and the confirmations off-chain. Also uses a proxy pattern to reduce setup costs.'}
url={''}
icon={<SafeCoreAPI />}
newTab={false}
/>
</Grid>
<Grid item xs={12} md={6}>
<CustomCard
title={'Maximum flexibility'}
Expand Down

0 comments on commit 30c4855

Please sign in to comment.