diff --git a/components/Global/card.tsx b/components/Global/card.tsx index 61377f4d..0e7aadf9 100644 --- a/components/Global/card.tsx +++ b/components/Global/card.tsx @@ -1,6 +1,6 @@ import { ReactNode } from "react"; import type { CardProps as TamaguiCardProps } from "tamagui" -import { H2, Image, Paragraph, Card as TamaguiCard } from "tamagui"; +import { H3, Image, Card as TamaguiCard } from "tamagui"; import { useItemImage } from "../../api/queries/image"; import { useApiClientContext } from "../jellyfin-api-provider"; import { ImageType } from "@jellyfin/sdk/lib/generated-client/models"; @@ -29,7 +29,7 @@ export function Card(props: CardProps) { > { props.children && ( -

{ props.children }

+

{ props.children }

)}