chore: Remove Spectrum references (#1366)

* fix: knowledgebase -> knowledge base

* chore: Remove links and mentions to Spectrum community
This commit is contained in:
Tom Moor
2020-07-18 17:19:13 -07:00
committed by GitHub
parent af09713c8c
commit bc128359ab
6 changed files with 5 additions and 25 deletions

View File

@@ -16,7 +16,6 @@ import {
changelog,
githubIssuesUrl,
mailToUrl,
spectrumUrl,
settings,
} from "../../shared/utils/routeHelpers";
@@ -71,9 +70,6 @@ class AccountMenu extends React.Component<Props> {
<DropdownMenuItem href={changelog()} target="_blank">
Changelog
</DropdownMenuItem>
<DropdownMenuItem href={spectrumUrl()} target="_blank">
Community
</DropdownMenuItem>
<DropdownMenuItem href={mailToUrl()} target="_blank">
Send us feedback
</DropdownMenuItem>