+ {navMenuGroupName != null && navMenus != null && (
+ <>
+
{navMenuGroupName}
+
+ {navMenus.map(({ name, link }) => (
+
+ {name}
+
+ ))}
+
+ >
+ )}
+
+
+ {t('Home')}
+
+
+
{t('Services')}
+
+ {t('Neuron Wallet')}
+ {t('CKB Explorer')}
+ {t('Godwoke Explorer')}
+ {t('Axon Explorer')}
+ {t('Lumos')}
+ {t('Kuai')}
+
+
+
+ {t('Service Monitor')}
+
+
+
{t('Language')}
+
+ {languages.map(language => (
+
+ {language.name}
+
+ ))}
+
+
+