Skip to content

Commit

Permalink
Merge pull request #845 from MuckRock/809-legacy-link
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeseast authored Nov 19, 2024
2 parents 87bfc38 + 753b722 commit 19bbb31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/langs/json/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@
"addOns": "Add-Ons",
"premium": "DocumentCloud Premium",
"donate": "Donate to support DocumentCloud",
"emailUs": "Email Us"
"emailUs": "Email Us",
"legacy": "Legacy DocumentCloud"
},
"user": {
"uploadEmail": "Upload via email",
Expand Down
5 changes: 5 additions & 0 deletions src/lib/components/navigation/HelpMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
Plug16,
Question24,
Search16,
Undo16,
} from "svelte-octicons";
import Dropdown, {
Expand Down Expand Up @@ -86,6 +87,10 @@
<Mail16 slot="start" />
{$_("authSection.help.emailUs")}
</SidebarItem>
<SidebarItem href="https://legacy.www.documentcloud.org">
<Undo16 slot="start" />
{$_("authSection.help.legacy")}
</SidebarItem>
</Menu>
</Dropdown>

Expand Down

0 comments on commit 19bbb31

Please sign in to comment.