From c29d61a1cc59e311d204bc21e901ee3be6707532 Mon Sep 17 00:00:00 2001 From: Tom Fynes <52704137+Tom-Fynes@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:23:47 +0100 Subject: [PATCH] Updating to fynes-forge organisation --- src/config/dashboardConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";