Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/@/sidebar/ui/common-components/sidebar-menu-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ const SidebarMenuList = () => {
}} renderIcon={WatsonHealthThumbnailPreview} >
{t('tour', 'Tour')}
</MenuItem>
<MenuItemBlank onClick={() => onChangeMenu(false)} href="https://meter.giga.global" renderIcon={InformationSquare} target="_blank">
{t('giga-meter-measure-connectivity', 'Giga Meter: Measure Connectivity')}
</MenuItemBlank>
</SideNavItems>
{isMapView && <LanguageDropdown
id="language"
Expand Down
1 change: 1 addition & 0 deletions src/core/i18n/resources/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"contact-us": "Contact us",
"api-s-and-download": "API’s and Download",
"about-giga-maps": "About Giga maps",
"giga-meter-measure-connectivity": "Giga Meter: Measure Connectivity",
"tour": "Tour",
"school-status": "School status",
"filter-schools-by": "Filter Schools by",
Expand Down
1 change: 1 addition & 0 deletions src/core/i18n/resources/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"contact-us": "Contáctenos",
"api-s-and-download": "API y descargas",
"about-giga-maps": "Acerca de los mapas de Giga",
"giga-meter-measure-connectivity": "Giga Meter: Medir Conectividad",
"tour": "Recorrido del sitio",
"school-status": "Estado de la escuela",
"filter-schools-by": "Filtrar escuelas por",
Expand Down
1 change: 1 addition & 0 deletions src/core/i18n/resources/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"contact-us": "Contate-nos",
"api-s-and-download": "APIs e Download",
"about-giga-maps": "Sobre os mapas do Giga",
"giga-meter-measure-connectivity": "Giga Meter: Medir Conectividade",
"tour": "Tour",
"school-status": "Status da escola",
"filter-schools-by": "Filtrar escolas por",
Expand Down