Skip to content

Commit 53d8c54

Browse files
committed
fix: build card
1 parent dfcdae4 commit 53d8c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/docs/components/landing/card.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import type { IconProps } from '@phosphor-icons/react';
2+
import type React from 'react';
23
import { cn } from '@/lib/utils';
34
import { GridPatternBg } from './grid-pattern';
45

56
interface GridCard {
67
title: string;
78
description: string;
8-
icon: (props: IconProps) => JSX.Element;
9+
icon: (props: IconProps) => React.ReactElement;
910
}
1011

1112
interface SciFiGridCardProps extends GridCard {

0 commit comments

Comments
 (0)