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

@ -1,7 +1,7 @@
// @flow
import * as React from "react";
import { Table, TBody, TR, TD } from "oy-vey";
import { twitterUrl, spectrumUrl } from "../../../shared/utils/routeHelpers";
import { twitterUrl } from "../../../shared/utils/routeHelpers";
import theme from "../../../shared/styles/theme";
type Props = {
@ -46,9 +46,6 @@ export default ({ unsubscribeUrl }: Props) => {
<a href={twitterUrl()} style={externalLinkStyle}>
Twitter
</a>
<a href={spectrumUrl()} style={externalLinkStyle}>
Spectrum
</a>
</TD>
</TR>
{unsubscribeUrl && (