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.
</p>
<p className="text-muted-foreground leading-relaxed">
View our contracts on GitHub:{' '}
View our contracts on{' '}
<a
href="https://github.com/Liquidity-Party/lmsr-amm"
target="liqp_github"
rel="noopener noreferrer"
className="text-primary hover:underline"
>
https://git.dxod.org/explore/repos
GitHub
</a>
</p>
<p className="text-muted-foreground leading-relaxed">
Verify our contracts on Etherscan (Sepolia):{' '}
Verify our contracts on{' '}
<a
href="https://sepolia.etherscan.io/address/0x081aA8AB1984680087c01a5Cd50fC9f49742434D#code"
target="liqp_etherscan"
rel="noopener noreferrer"
className="text-primary hover:underline"
>
https://git.dxod.org/explore/repos
Etherscan (Sepolia)
</a>
</p>
</Card>