Skip to content

Commit

Permalink
feat(dash): polish the ui
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed Dec 13, 2023
1 parent cc9f8d0 commit ad110a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dashboard/src/pages/business/workplace/business-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ const BusinessItem = ({business}:BusinessItemProps) => {
loading={false} text={{ rows: 2, width: 60 }} animation
>
<Title heading={5} className={styles.title}>{business.title}</Title>
<Text>{business.id}</Text>
<div>
<Text>Business ID</Text>
<Title heading={6}>{business.id}</Title>
</div>

<div>{business.type}</div>
</Skeleton>

Expand Down

0 comments on commit ad110a4

Please sign in to comment.