Skip to content

Commit

Permalink
ch: title feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifan-kfan committed Jun 17, 2024
1 parent 4dcf75f commit d92521d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ProfileAnalyticsCard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const ProfileAnalytics = ({ user }) => {
<div className={styles.ChartsContainer}>
<div className={styles.Chart}>
<div className={styles.SingleChart}>
<h4>Resource Breakdown</h4>
<h4>Resources</h4>
<PieChart width={200} height={200}>
<Pie
data={data1}
Expand Down Expand Up @@ -66,7 +66,7 @@ const ProfileAnalytics = ({ user }) => {
</div>
<div className={styles.Chart}>
<div className={styles.SingleChart}>
<h4>Projects' Activity</h4>
<h4>Projects</h4>
<PieChart width={200} height={200}>
<Pie
data={data2}
Expand Down Expand Up @@ -102,7 +102,7 @@ const ProfileAnalytics = ({ user }) => {

<div className={styles.Chart}>
<div className={styles.SingleChart}>
<h4>Social Activity</h4>
<h4>Users</h4>
<PieChart width={200} height={200}>
<Pie
data={data3}
Expand Down

0 comments on commit d92521d

Please sign in to comment.