mirror of
https://github.com/MAGICGrants/campaign-site.git
synced 2026-01-08 20:08:05 -05:00
Merge pull request #202 from MAGICGrants/substrate-review
Fix mobile link and add Substrate project
This commit is contained in:
@@ -73,7 +73,7 @@ const MobileNav = () => {
|
||||
fundHeaderNavLinks[fund.slug].map((link) => (
|
||||
<div key={link.title} className="px-12 py-4">
|
||||
<CustomLink
|
||||
href={`/${fundSlug}/${link.href}`}
|
||||
href={link.href.startsWith('https://') ? link.href : `/${fundSlug}/${link.href}`}
|
||||
className="text-2xl font-bold tracking-tight text-gray-900"
|
||||
onClick={onToggleNav}
|
||||
>
|
||||
|
||||
15
docs/general/projects/substrate-serai.md
Normal file
15
docs/general/projects/substrate-serai.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
fund: general
|
||||
title: 'Substrate and Serai Review'
|
||||
summary: 'This audit will support efforts to audit critical substrate-related components of the Serai codebase'
|
||||
nym: 'Justin Ehrenhofer'
|
||||
website: ''
|
||||
socialLinks:
|
||||
- ''
|
||||
date: '2025-12-24'
|
||||
goal: 155000
|
||||
---
|
||||
|
||||
MAGIC Grants is fundraising for a review of the Substrate components of the forthcoming Serai network. This includes critical components related to Serai's protocol, runtime, economics specification, custom pallets, and more.
|
||||
|
||||
[SRLabs](https://srlabs.de/) has deep experience with Substrate code, and they are the security firm that MAGIC Grants anticipates will be selected for this project.
|
||||
Reference in New Issue
Block a user