Skip to content

Commit 1d01292

Browse files
Updated PR description and centered no data message
1 parent 1752231 commit 1d01292

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/components/BMDashboard/ProjectStatus/ProjectStatusDonutChart.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function ProjectStatusDonutChart() {
6868
return (
6969
<div className={styles.container}>
7070
<h2 className={styles.title}>PROJECT STATUS</h2>
71-
<p>No project status data available.</p>
71+
<p className={styles.noDataMessage}>No project status data available.</p>
7272
</div>
7373
);
7474
}

src/components/BMDashboard/ProjectStatus/ProjectStatusDonutChart.module.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,10 @@
8888
font-size: 18px;
8989
font-weight: 700;
9090
fill: currentColor;
91+
}
92+
93+
.noDataMessage {
94+
text-align: center;
95+
margin-top: 16px;
96+
font-weight: 500;
9197
}

0 commit comments

Comments
 (0)