diff --git a/packages/react-app/src/views/Home.jsx b/packages/react-app/src/views/Home.jsx index a071583..78965bd 100644 --- a/packages/react-app/src/views/Home.jsx +++ b/packages/react-app/src/views/Home.jsx @@ -7,6 +7,8 @@ import { Radio, InputNumber, List, + Row, + Col, Progress, Spin, } from "antd"; @@ -193,46 +195,61 @@ export default function Home({ bordered dataSource={sData} renderItem={(item) => ( - +
{" "} -
{" "} - View Stream{" "} -
{" "} - `${percent.toFixed(0)}%`} - /> + >{" "} + +
+
{" "} +
+ + + View Stream{" "} + + +
{" "} + + + `${percent.toFixed(0)}%`} + /> +
-
+ )} />