mirror of
https://github.com/uetchy/namae.git
synced 2025-03-16 20:20:38 +09:00
fix: deprecate spectrum
This commit is contained in:
parent
c5d6712f0a
commit
18b32127c2
@ -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<string, React.ReactNode> = {
|
||||
domains: <MdDomain />,
|
||||
@ -48,7 +48,7 @@ const supportedProviders: Record<string, React.ReactNode> = {
|
||||
reddit: <FaReddit />,
|
||||
// instagram: <FaInstagram />,
|
||||
slack: <FaSlack />,
|
||||
spectrum: <SpectrumIcon />,
|
||||
// spectrum: <SpectrumIcon />,
|
||||
heroku: <DiHeroku />,
|
||||
now: <NowIcon />,
|
||||
netlify: <NetlifyIcon />,
|
||||
|
@ -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 }) => {
|
||||
<JsOrgCard query={query} />
|
||||
<SlackCard query={query} />
|
||||
{/* <InstagramCard query={query} /> */}
|
||||
<SpectrumCard query={query} />
|
||||
{/* <SpectrumCard query={query} /> */}
|
||||
<SubredditCard query={query} />
|
||||
<S3Card query={query} />
|
||||
<FirebaseCard query={query} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user