Skip to content

Commit

Permalink
Merge branch 'main' into f_push_scan
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-01k committed Nov 6, 2024
2 parents 589cbef + dfe4b1f commit 5a46df6
Show file tree
Hide file tree
Showing 5 changed files with 1,652 additions and 1,307 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ The dashboard is designed with a user-friendly interface, making it easy to navi
<h3>June 2023</h3>

![image](https://github.com/firascodes/push-analytics-dashboard/assets/72166289/f1e7ae48-f400-41e4-b256-50a9c29a02ef)
![image](https://github.com/firascodes/push-analytics-dashboard/assets/72166289/7de305ea-c7b1-4540-a2fb-f6b9a8c821c7)
![image](https://github.com/firascodes/push-analytics-dashboard/assets/72166289/e1e02a38-6c6a-43f9-ab9f-f7ac589cfe6e)


Expand Down
7 changes: 6 additions & 1 deletion components/Dashboard/LineChartSet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,12 @@ export default function LineChartSet() {
Notifications Statistics
</Text>
</Box> */}
<Grid container spacing={isMobile ? 0 : 3} justifyContent="center" mt={0}>
<Grid
container
spacing={isMobile ? 0 : 3}
justifyContent="flex-start"
mt={0}
>
<Notifications
isLoading={isStatisticDataLoading}
data={notificationData}
Expand Down
Loading

0 comments on commit 5a46df6

Please sign in to comment.