Skip to content

Commit

Permalink
Remove React-specific components section from urql page
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Nov 19, 2020
1 parent 33cea2a commit f913cb1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 67 deletions.
6 changes: 0 additions & 6 deletions packages/site/src/screens/home/_content.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ const content = {
icon: require('../../assets/clock-tile.svg'),
},
],
components: {
title: 'Minimal React Components and Hooks',
description:
"Whether you prefer a <Query> component or useQuery Hook, urql's API is intuitive to use, with full support for GraphQL Queries, Mutations and Subscriptions in both styles!",
icon: require('../../assets/react-tile.svg'),
},
preview: {
description: '',
media: '',
Expand Down
59 changes: 0 additions & 59 deletions packages/site/src/screens/home/components.js

This file was deleted.

2 changes: 0 additions & 2 deletions packages/site/src/screens/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { usePrefetch } from 'react-static';
import { useMarkdownTree } from 'react-static-plugin-md-pages';

import Features from './features';
import Components from './components';
import GetStarted from './get-started';
import MoreOSS from './more-oss';
import content from './_content';
Expand All @@ -23,7 +22,6 @@ const Home = () => {
<Container ref={ref}>
<Header content={content.header} />
<Features featureArray={content.features} />
<Components components={content.components} />
<GetStarted content={content.getStarted} />
<MoreOSS oss={content.oss} />
<Footer />
Expand Down

0 comments on commit f913cb1

Please sign in to comment.