diff --git a/src/components/Welcome.tsx b/src/components/Welcome.tsx index a4c5eca..4068a2b 100644 --- a/src/components/Welcome.tsx +++ b/src/components/Welcome.tsx @@ -29,7 +29,7 @@ import { Link } from 'react-router-dom'; import styled from 'styled-components'; import { sendGettingStartedEvent } from '../util/analytics'; import { mobile } from '../util/css'; -import { NetlifyIcon, NowIcon, OcamlIcon, SpectrumIcon } from './Icons'; +import { NetlifyIcon, NowIcon, OcamlIcon } from './Icons'; const supportedProviders: Record = { domains: , @@ -48,7 +48,7 @@ const supportedProviders: Record = { reddit: , // instagram: , slack: , - spectrum: , + // spectrum: , heroku: , now: , netlify: , diff --git a/src/components/cards/index.tsx b/src/components/cards/index.tsx index 9922072..c8767a3 100644 --- a/src/components/cards/index.tsx +++ b/src/components/cards/index.tsx @@ -23,7 +23,7 @@ import PypiCard from './providers/PyPI'; import RubyGemsCard from './providers/RubyGems'; import S3Card from './providers/S3'; import SlackCard from './providers/Slack'; -import SpectrumCard from './providers/Spectrum'; +// import SpectrumCard from './providers/Spectrum'; import SubredditCard from './providers/Subreddit'; import TwitterCard from './providers/Twitter'; import VercelCard from './providers/Vercel'; @@ -53,7 +53,7 @@ const Index: React.FC<{ query: string }> = ({ query }) => { {/* */} - + {/* */}