Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/data/statistics-charts-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const statisticsChartsData = [
{
color: "white",
title: "Website View",
description: "Last Campaign Performance",
description: "Last Campaign Performance Graph",
footer: "campaign sent 2 days ago",
chart: websiteViewsChart,
},
Expand All @@ -122,7 +122,7 @@ export const statisticsChartsData = [
{
color: "white",
title: "Completed Tasks",
description: "Last Campaign Performance",
description: "Last Campaign Performance Graph",
footer: "just updated",
chart: completedTasksChart,
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dashboard/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function Home() {
<MenuList>
<MenuItem>Action</MenuItem>
<MenuItem>Another Action</MenuItem>
<MenuItem>Something else here</MenuItem>
<MenuItem>Simulate Smiles</MenuItem>
</MenuList>
</Menu>
</CardHeader>
Expand Down