From a956d5ae780a562dc1924d4e637813521857ce73 Mon Sep 17 00:00:00 2001 From: Calvin Jhunjhuwala Date: Thu, 30 Oct 2025 10:42:30 -0700 Subject: [PATCH] removing empty card footer --- @theme/components/XRPLCard.tsx | 2 +- resources/code-samples.page.tsx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/@theme/components/XRPLCard.tsx b/@theme/components/XRPLCard.tsx index 402fbb9705..ef191a0c3f 100644 --- a/@theme/components/XRPLCard.tsx +++ b/@theme/components/XRPLCard.tsx @@ -25,7 +25,7 @@ export function XRPLCard(props: XRPLCardProps) {

{props.body}

)} -
 
+ {/*
 
*/} ) } diff --git a/resources/code-samples.page.tsx b/resources/code-samples.page.tsx index 820a509235..86629c2750 100644 --- a/resources/code-samples.page.tsx +++ b/resources/code-samples.page.tsx @@ -64,7 +64,6 @@ export default function CodeSamples() {

{card.title}

{card.description}

-
 
))}