We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7d89c commit eebb73eCopy full SHA for eebb73e
src/components/visual/GithubStats.tsx
@@ -3,7 +3,7 @@
3
import styles from "./GithubStats.module.css";
4
import { useCallback, useEffect, useRef, useState } from "react";
5
6
-const GITHUB_USERNAME = "Kappabyte";
+const GITHUB_USERNAME = "akeuben";
7
8
interface Contribution {
9
date: string;
0 commit comments