|
1 | 1 | import type { Metadata } from "next" |
2 | | -import { PageHeader, InfoCard } from "@/components/docs-components" |
| 2 | +import { PageHeader, InfoCard, LinkCard } from "@/components/docs-components" |
3 | 3 | import { |
4 | 4 | Shield, |
5 | 5 | Code, |
@@ -135,30 +135,20 @@ export default function AlignmentPage() { |
135 | 135 | </p> |
136 | 136 |
|
137 | 137 | <div className="not-prose grid gap-4 sm:grid-cols-1 lg:grid-cols-2 mb-8"> |
138 | | - <a |
| 138 | + <LinkCard |
139 | 139 | href="https://openscan.eth.link/#/1/tx/0x5dd574df963a1df1f064791e0f6ff41ec972cdbba12293b7e1ece582052ba855" |
140 | | - target="_blank" |
141 | | - rel="noopener noreferrer" |
142 | | - className="block" |
143 | | - > |
144 | | - <InfoCard |
145 | | - title="Ethereum Foundation Mandate" |
146 | | - description="The EF's 1000-year charter for Ethereum — centered on CROPS, self-sovereignty, and the walkaway test. Stored on-chain and viewable via OpenScan." |
147 | | - icon={<ExternalLink className="h-5 w-5" />} |
148 | | - /> |
149 | | - </a> |
150 | | - <a |
| 140 | + title="Ethereum Foundation Mandate" |
| 141 | + description="The EF's 1000-year charter for Ethereum — centered on CROPS, self-sovereignty, and the walkaway test. Stored on-chain and viewable via OpenScan." |
| 142 | + icon={<ExternalLink className="h-5 w-5 shrink-0 text-accent" />} |
| 143 | + external |
| 144 | + /> |
| 145 | + <LinkCard |
151 | 146 | href="https://trustlessness.eth.limo/general/2025/11/11/the-trustless-manifesto.html" |
152 | | - target="_blank" |
153 | | - rel="noopener noreferrer" |
154 | | - className="block" |
155 | | - > |
156 | | - <InfoCard |
157 | | - title="The Trustless Manifesto" |
158 | | - description="The philosophical foundation for OpenScan's Three Laws of Trustless Design — why trustlessness matters, what it demands, and the pledge we build by." |
159 | | - icon={<ExternalLink className="h-5 w-5" />} |
160 | | - /> |
161 | | - </a> |
| 147 | + title="The Trustless Manifesto" |
| 148 | + description="The philosophical foundation for OpenScan's Three Laws of Trustless Design — why trustlessness matters, what it demands, and the pledge we build by." |
| 149 | + icon={<ExternalLink className="h-5 w-5 shrink-0 text-accent" />} |
| 150 | + external |
| 151 | + /> |
162 | 152 | </div> |
163 | 153 | </div> |
164 | 154 | ) |
|
0 commit comments