Skip to content

Commit

Permalink
Merge pull request #1142 from scroll-tech/audit
Browse files Browse the repository at this point in the history
fix: Audit -> Security
  • Loading branch information
Holybasil authored Jun 24, 2024
2 parents d93cefd + 7fc5c7a commit 55780a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Header/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ const mainnetNavigations = [
isExternal: true,
},
{
label: "Audits",
key: "audits",
href: "https://github.com/scroll-tech/scroll-audits",
label: "Security",
key: "security",
href: "https://docs.scroll.io/en/technology/security/audits-and-bug-bounty/",
isExternal: true,
},
],
Expand Down

0 comments on commit 55780a8

Please sign in to comment.