Skip to content

Commit

Permalink
Fix naming from FAQ to API (#241)
Browse files Browse the repository at this point in the history
The link to the API was incorrectly labeled as "FAQ"; this PR fixes that
and should resolve
#151. (The
correct FAQ is linked under the "About & Help" section).
  • Loading branch information
richaagarwal authored Dec 11, 2023
1 parent 3a37474 commit 975767d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function ToolsDropdown({ className }: { className?: string }) {
return (
<MenuDropdown className={className} title={i18n.tools}>
<MenuItemLink to="https://chanzuckerberg.github.io/cryoet-data-portal/python-api.html">
{i18n.faq}
{i18n.api}
</MenuItemLink>

<MenuItemLink to="https://chanzuckerberg.github.io/cryoet-data-portal/cryoet_data_portal_docsite_napari.html">
Expand Down

0 comments on commit 975767d

Please sign in to comment.