Skip to content

Commit

Permalink
fix: Genesis link (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Dec 19, 2023
1 parent ea72f82 commit 9b2786f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class Navbar extends React.PureComponent<NavbarProps, NavbarState> {
places: {
main: 'Places',
overview: 'Overview',
places: 'Places',
places: 'Genesis City',
worlds: 'Worlds',
faq: 'FAQ'
},
Expand Down Expand Up @@ -381,7 +381,7 @@ export class Navbar extends React.PureComponent<NavbarProps, NavbarState> {
{i18n.menu.places.overview}
</Menu.Item>
<Menu.Item
href={`${config.get('PLACES_URL')}/places`}
href={`${config.get('PLACES_URL')}/genesis`}
onMouseDown={(e: React.MouseEvent) =>
this.handleClickMenuOption(e, `${NavbarPages.PLACES}_places`)
}
Expand Down

0 comments on commit 9b2786f

Please sign in to comment.