We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 259fdb0 + 0d3e847 commit 043844bCopy full SHA for 043844b
1 file changed
src/components/footer.tsx
@@ -243,6 +243,12 @@ export function Footer() {
243
>
244
Customer Stories
245
</Link>
246
+ <Link
247
+ href="https://www.openzeppelin.com/financial-institutions"
248
+ className="block text-xs sm:text-sm text-muted-foreground hover:text-foreground transition-colors"
249
+ >
250
+ Financial Institutions Stack
251
+ </Link>
252
</div>
253
254
@@ -270,12 +276,6 @@ export function Footer() {
270
276
271
277
ZKP Audit
272
278
273
- <Link
274
- href="https://www.openzeppelin.com/financial-institutions"
275
- className="block text-xs sm:text-sm text-muted-foreground hover:text-foreground transition-colors"
- >
- Financial Institutions Stack
- </Link>
279
280
281
0 commit comments