Skip to content

Commit

Permalink
feat: replace link in help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Jul 26, 2022
1 parent a661947 commit 8c6bb4c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
</span>
<nz-dropdown-menu #menu="nzDropdownMenu">
<ul nz-menu nzSelectable>
<a href="https://eoapi.io/" target="_blank" nz-menu-item i18n>Document</a>
<a href="https://docs.eoapi.io" target="_blank" nz-menu-item i18n>Document</a>
<a href="https://developer.eoapi.io" target="_blank" nz-menu-item i18n>Developer Support</a>
<li nz-menu-divider></li>
<a href="https://github.com/eolinker/eoapi/issues/new" target="_blank" nz-menu-item i18n>Report Issue</a>
<a href="https://github.com/eolinker/eoapi/issues" target="_blank" nz-menu-item i18n>Report Issue</a>
</ul>
</nz-dropdown-menu>
<div *ngIf="!OS_TYPE.includes('mac') && isElectron">
Expand Down

0 comments on commit 8c6bb4c

Please sign in to comment.