unitaryfund / metriq-app

Web app for Metriq
https://metriq.info
Apache License 2.0
27 stars 17 forks source link

Misspelling of architecture in SOTA code #910

Closed vprusso closed 2 months ago

vprusso commented 2 months ago

Minor issue: Noticed that:

architecture={<Link to={'/Archicture/' + 2}>Ion</Link>}

Should be

architecture={<Link to={'/Architecture/' + 2}>Ion</Link>}