Skip to content

Commit eebb73e

Browse files
authored
Update GithubStats.tsx
1 parent cc7d89c commit eebb73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/visual/GithubStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import styles from "./GithubStats.module.css";
44
import { useCallback, useEffect, useRef, useState } from "react";
55

6-
const GITHUB_USERNAME = "Kappabyte";
6+
const GITHUB_USERNAME = "akeuben";
77

88
interface Contribution {
99
date: string;

0 commit comments

Comments
 (0)