Skip to content

Commit

Permalink
add scroll audits (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzq0826 authored Feb 23, 2024
1 parent c2a0bd5 commit a9080a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Header/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ const mainnetNavigations = [
href: "https://community.scroll.io",
isExternal: true,
},
{
label: "Audits",
key: "audits",
href: "https://github.com/scroll-tech/scroll-audits",
isExternal: true,
},
],
},
],
Expand Down

0 comments on commit a9080a2

Please sign in to comment.