diff --git a/src/config/dashboardConfig.ts b/src/config/dashboardConfig.ts index 565fbcb..eeedb56 100644 --- a/src/config/dashboardConfig.ts +++ b/src/config/dashboardConfig.ts @@ -1,4 +1,4 @@ -export const GITHUB_USERNAME = "Tom-Fynes"; +export const GITHUB_USERNAME = "fynes-forge"; // TODO: Update this to your most starred repository name (e.g. "sql-101") export const FEATURED_REPO = "YOUR_MOST_STARRED_REPO";