From 9b2786f2549483fddf1d117eba12766e1ca7d627 Mon Sep 17 00:00:00 2001 From: Lautaro Petaccio <1120791+LautaroPetaccio@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:57:51 -0300 Subject: [PATCH] fix: Genesis link (#476) --- src/components/Navbar/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar/Navbar.tsx b/src/components/Navbar/Navbar.tsx index d5b5f6ce..e857673d 100644 --- a/src/components/Navbar/Navbar.tsx +++ b/src/components/Navbar/Navbar.tsx @@ -124,7 +124,7 @@ export class Navbar extends React.PureComponent { places: { main: 'Places', overview: 'Overview', - places: 'Places', + places: 'Genesis City', worlds: 'Worlds', faq: 'FAQ' }, @@ -381,7 +381,7 @@ export class Navbar extends React.PureComponent { {i18n.menu.places.overview} this.handleClickMenuOption(e, `${NavbarPages.PLACES}_places`) }