chore: Remove Spectrum references (#1366)
* fix: knowledgebase -> knowledge base * chore: Remove links and mentions to Spectrum community
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user