From bd1f5c610c9e35164d968be80fb0249fa53e8d2c Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Sun, 7 Dec 2025 20:10:48 -0500 Subject: [PATCH] style(ui): remove padding top from shared page card content --- ui/src/pages/shared.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/shared.tsx b/ui/src/pages/shared.tsx index a6596391..4a68b19a 100644 --- a/ui/src/pages/shared.tsx +++ b/ui/src/pages/shared.tsx @@ -63,7 +63,7 @@ export function SharedPage() {
{items?.items.map((item) => ( - +
{item.name}

{item.description}