Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
Agilulfo1820 committed Jan 27, 2025
1 parent f51b54e commit 860ccf5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export const EmbeddedWalletContent = ({ setCurrentContent }: Props) => {
</Link>
.
</Text>
<Text>
<Text fontSize={'sm'} opacity={0.5}>
{t('Click')}{' '}
<Link
href="https://docs.vechain-kit.vechain.org/vechain-kit/embedded-wallets"
Expand All @@ -147,7 +147,7 @@ export const EmbeddedWalletContent = ({ setCurrentContent }: Props) => {
'to learn more about embedded wallets.',
)}
</Text>
<Text fontSize={'sm'} opacity={0.5} mt={5}>
<Text fontSize={'sm'} opacity={0.5}>
{t(
'A smart account is being used as a gateway for blockchain interactions.',
)}
Expand Down

0 comments on commit 860ccf5

Please sign in to comment.