diff --git a/src/components/Menu/config.ts b/src/components/Menu/config.ts index 54d04cf9..77b481c9 100644 --- a/src/components/Menu/config.ts +++ b/src/components/Menu/config.ts @@ -30,6 +30,11 @@ const config: MenuEntry[] = [ icon: 'PoolIcon', href: 'https://cubdefi.com/dens', }, + { + label: 'Kingdoms', + icon: 'PawIcon', + href: 'https://cubdefi.com/kingdoms', + }, { label: 'LeoBridge', icon: 'NftIcon', @@ -65,7 +70,7 @@ const config: MenuEntry[] = [ }, { label: "Tokenized Blogging", - icon: "PawIcon", + icon: "SunIcon", href: "https://leofinance.io/", }, { @@ -74,9 +79,9 @@ const config: MenuEntry[] = [ href: "https://leofinance.io/@leofinance", }, { - label: 'CertiK Audit (Coming Soon)', + label: 'CertiK Audit', icon: 'AuditIcon', - href: '#', + href: 'https://www.certik.org/projects/cubfinance', }, ]