From 4ea5bab83311929ab5e7f055cf24a71d224fbd98 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 16 Mar 2025 00:42:54 +0900 Subject: feat(frontend): show the current code size --- frontend/app/components/BorderedContainer.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'frontend/app/components/BorderedContainer.tsx') diff --git a/frontend/app/components/BorderedContainer.tsx b/frontend/app/components/BorderedContainer.tsx index fe15c3b..d9b2fe8 100644 --- a/frontend/app/components/BorderedContainer.tsx +++ b/frontend/app/components/BorderedContainer.tsx @@ -2,11 +2,14 @@ import React from "react"; type Props = { children: React.ReactNode; + className?: string; }; -export default function BorderedContainer({ children }: Props) { +export default function BorderedContainer({ children, className }: Props) { return ( -
+
{children}
); -- cgit v1.2.3-70-g09d2