Merge pull request #2392 from XRPLF/issue-2384

fixes a tag issues
This commit is contained in:
Aria Keshmiri
2024-02-13 12:42:44 -08:00
committed by GitHub
2 changed files with 9 additions and 6 deletions

View File

@@ -201,9 +201,9 @@ export default function XrplOverview() {
)}
</p>
<p className="mb-0">
{translate(
'Currently, over 120 <a href="https://livenet.xrpl.org/network/validators" target="_blank">validators</a> are active on the ledger, operated by universities, exchanges, businesses, and individuals. As the validator pool grows, the consensus protocol ensures decentralization of the blockchain over time.'
)}
{translate('Currently, over 120')}
<a href="https://livenet.xrpl.org/network/validators" target="_blank"> validators</a>
{translate(' are active on the ledger, operated by universities, exchanges, businesses, and individuals. As the validator pool grows, the consensus protocol ensures decentralization of the blockchain over time.')}
</p>
</div>
<div className="col mb-16-sm">

View File

@@ -22,8 +22,9 @@ const cards = [
{
id: 'low-cost',
title: 'Low Cost',
description:
"At fractions of a penny per transaction, costs are inexpensive enough to enable a wide variety of <a href='/about/uses'>blockchain use cases</a>",
description: <>
At fractions of a penny per transaction, costs are inexpensive enough to enable a wide variety of <a href='/about/uses'>blockchain use cases</a>
</>
},
{
id: 'community',
@@ -88,7 +89,9 @@ const features = [
chip: 'In Development',
title: 'Smart Contracts',
description:
"Hooks are small, efficient WebAssembly modules designed specifically for the XRPL. Check out the <a href='https://hooks-testnet.xrpl-labs.com/' target='_blank'>hooks amendment and public testnet</a> that enable smart contract functionality.",
<>
Hooks are small, efficient WebAssembly modules designed specifically for the XRPL. Check out the <a href='https://hooks-testnet.xrpl-labs.com/' target='_blank'>hooks amendment and public testnet</a> that enable smart contract functionality.,
</>,
href: 'https://hooks-testnet.xrpl-labs.com/',
},
{