Skip to content

Commit

Permalink
Merge pull request #754 from centrifuge/rwa-summit-header
Browse files Browse the repository at this point in the history
add rwa summit tab
  • Loading branch information
0x4Graham committed Sep 10, 2024
2 parents e126655 + 956eafc commit ff33460
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ export const links = {
telegram: 'https://t.me/centrifuge_chat',
twitter: 'https://twitter.com/centrifuge',
youtube: 'https://www.youtube.com/channel/UCfNkoq7YLrr8MeSJ3a6jVcA',
rwasummit: 'https://www.rwasummit.io/'
}
5 changes: 5 additions & 0 deletions config/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ const menu = [
},
],
},
{
label: 'RWA Summit',
href: links.rwasummit,
isExternal: true,
},
]

export const mobileMenu = menu
Expand Down

0 comments on commit ff33460

Please sign in to comment.