From 41aaa4ec03b6925ad84650fd18a5bfc322ef97ce Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sat, 27 Dec 2025 22:28:40 -0700 Subject: [PATCH] Update LargeCard.tsx --- src/components/layout/LargeCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/LargeCard.tsx b/src/components/layout/LargeCard.tsx index dbc010af..fc5a1a8c 100644 --- a/src/components/layout/LargeCard.tsx +++ b/src/components/layout/LargeCard.tsx @@ -25,7 +25,7 @@ export function LargeCardText(props: { }) { return (
-
+
{props.icon ? (
{props.icon}
) : null}