We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd7438 commit 9c7fe38Copy full SHA for 9c7fe38
1 file changed
src/components/blogCarousel/blogCard.tsx
@@ -2,13 +2,12 @@
2
import React from "react";
3
import Link from "@docusaurus/Link";
4
import { getAuthorProfiles } from "../../utils/authors";
5
-import { usePluginData } from "@docusaurus/useGlobalData";
+
6
7
interface BlogCardProps {
8
type: string;
9
date?: string;
10
title: string;
11
- content: string;
12
imageUrl: string;
13
id: string;
14
authors?: string[];
@@ -50,7 +49,6 @@ const BlogCard = ({
50
49
type,
51
date,
52
title,
53
- content,
54
imageUrl,
55
id,
56
authors,
0 commit comments