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 48e07bc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 68 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.

4 changes: 3 additions & 1 deletion packages/site/src/screens/home/hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,9 @@ const Hero = props => {
</HeroLogoContainer>
<HeroTitle>urql</HeroTitle>
<HeroBody>
The highly customizable and versatile GraphQL client for React, Svelte, Vue, or plain JavaScript, with which you add on features like normalized caching as you grow.
The highly customizable and versatile GraphQL client for React,
Svelte, Vue, or plain JavaScript, with which you add on features like
normalized caching as you grow.
</HeroBody>
<HeroButtonsWrapper>
<HeroNPMWrapper>
Expand Down
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 48e07bc

Please sign in to comment.