+
+ Date :{' '}
+ {new Date(payload[0].payload.date).toDateString()}
+
+
+ Commit Count : {payload[0].value}
+
+
+ )
+ }
+
+ return null
+}
diff --git a/src/app/about/statistics/components/github-dashboard/cards/line-graph/index.tsx b/src/app/about/statistics/components/github-dashboard/cards/line-graph/index.tsx
new file mode 100644
index 00000000..592f5862
--- /dev/null
+++ b/src/app/about/statistics/components/github-dashboard/cards/line-graph/index.tsx
@@ -0,0 +1,19 @@
+import { ChartLine } from '@phosphor-icons/react/dist/ssr'
+import { getGithubContribution } from '@/shared/lib/github'
+import { Chart } from './chart'
+
+export async function LineGraph() {
+ const githubActivity = await getGithubContribution()
+
+ return (
+