About page

This commit is contained in:
tim
2025-10-27 18:08:35 -04:00
parent c319482a4c
commit d1986b3c5f

View File

@@ -204,25 +204,25 @@ export default function AboutPage() {
The Liquidity Party contract source code fully transparent to the public and verified by Etherscan. The Liquidity Party contract source code fully transparent to the public and verified by Etherscan.
</p> </p>
<p className="text-muted-foreground leading-relaxed"> <p className="text-muted-foreground leading-relaxed">
View our contracts on GitHub:{' '} View our contracts on{' '}
<a <a
href="https://github.com/Liquidity-Party/lmsr-amm" href="https://github.com/Liquidity-Party/lmsr-amm"
target="liqp_github" target="liqp_github"
rel="noopener noreferrer" rel="noopener noreferrer"
className="text-primary hover:underline" className="text-primary hover:underline"
> >
https://git.dxod.org/explore/repos GitHub
</a> </a>
</p> </p>
<p className="text-muted-foreground leading-relaxed"> <p className="text-muted-foreground leading-relaxed">
Verify our contracts on Etherscan (Sepolia):{' '} Verify our contracts on{' '}
<a <a
href="https://sepolia.etherscan.io/address/0x081aA8AB1984680087c01a5Cd50fC9f49742434D#code" href="https://sepolia.etherscan.io/address/0x081aA8AB1984680087c01a5Cd50fC9f49742434D#code"
target="liqp_etherscan" target="liqp_etherscan"
rel="noopener noreferrer" rel="noopener noreferrer"
className="text-primary hover:underline" className="text-primary hover:underline"
> >
https://git.dxod.org/explore/repos Etherscan (Sepolia)
</a> </a>
</p> </p>
</Card> </Card>