Skip to content

Commit 3391f48

Browse files
authored
Remove "Announcing GraphQL Hive, the complete GraphQL API manager" (#1761)
* Update article.tsx * Delete website/ui/looking-for-experts.tsx * Update article.tsx
1 parent 2bf81cd commit 3391f48

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

website/ui/article.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { ReactElement } from 'react';
22
import { format } from 'date-fns';
33
import { AUTHORS } from '@/authors';
44
import { Avatar, Image, TagList } from '@/components';
5-
import { LookingForExperts } from '@/looking-for-experts';
65
import { Anchor, useConfig } from '@theguild/components';
76
import { asArray } from '../lib/as-array';
87
import { Meta } from '../lib/meta';
@@ -79,7 +78,6 @@ export const Article = (): ReactElement => {
7978
<Authors meta={frontMatter as Meta} />
8079
<TagList tags={frontMatter.tags} asLink className="mt-4" />
8180
<Image src={frontMatter.image} className="mx-auto mt-6 aspect-video object-contain" />
82-
<LookingForExperts />
8381
</>
8482
);
8583
};

website/ui/looking-for-experts.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)