From 0b4a6856ec775740f0971e2a1cf3a66d4217c673 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Fri, 30 Jan 2026 19:18:25 +0800 Subject: [PATCH] Updated --- @dasig/components/Page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@dasig/components/Page.tsx b/@dasig/components/Page.tsx index a953572..d3f552a 100644 --- a/@dasig/components/Page.tsx +++ b/@dasig/components/Page.tsx @@ -3,14 +3,14 @@ import { Show } from 'solid-js' interface Props { children?: any - alignment?: 'dasig-page-row' | 'dasig-page-column' + alignment?: 'row' | 'column' } export default (props: Props) => { return ( <> -
{props.children}
+
{props.children}
{props.children}