Commit dc0443c4 authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Update community link in console sidebar.

parent cacf8e21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
- Move from dep to Go modules for dependency management.
- Switch database driver from pq to pgx.
- Update console handlebars (4.1.2) and js-yaml (3.13.1) dependencies.
- Update community link in console sidebar.

### Fixed
- Fix delayed first time invocation of tournament and leaderboard callbacks.
+6 −6

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ class Sidebar extends Component<Props, State>
          >Support</Menu.List.Item>
          <Menu.List.Item
            target="_blank"
            href="https://gitter.im/heroiclabs/nakama"
            href="https://forum.heroiclabs.com"
          >Community</Menu.List.Item>
        </Menu.List>
      </Menu>