From 903c318fd682e9942583ccf3c8d7e1f1a0aff97c Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Fri, 26 Sep 2025 16:43:19 +0530 Subject: [PATCH] feat: use h5 variant --- src/components/robot/pages/RobotConfigPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/robot/pages/RobotConfigPage.tsx b/src/components/robot/pages/RobotConfigPage.tsx index 902518eb..9e70b43e 100644 --- a/src/components/robot/pages/RobotConfigPage.tsx +++ b/src/components/robot/pages/RobotConfigPage.tsx @@ -107,7 +107,7 @@ export const RobotConfigPage: React.FC = ({ )} = ({ )} ); -}; \ No newline at end of file +};