Skip to content

Commit c74cb53

Browse files
authored
Update GitHub organization and links (#1)
1 parent 160840d commit c74cb53

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • packages/utils/src/constants

packages/utils/src/constants/link.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import { HomeIcon, BookOpen, CodeIcon, FileCode2, MessageSquare } from 'lucide-r
22

33
export const ENV_URL = process.env.NODE_ENV === "development" ? "http://localhost:3000" : "https://fixfx.wiki";
44
export const DISCORD_LINK = "https://discord.gg/Vv2bdC44Ge";
5-
export const GITHUB_ORG = "https://github.com/ByteBrushStudios";
6-
export const GITHUB_LINK = "https://github.com/ByteBrushStudios/FixFX";
5+
export const GITHUB_ORG = "https://github.com/CodeMeAPixel";
6+
export const GITHUB_LINK = "https://github.com/CodeMeAPixel/FixFX";
77
export const DOCS_URL = "https://fixfx.wiki";
88

9-
export const GIT_OWNER = "ByteBrushStudios";
9+
export const GIT_OWNER = "CodeMeAPixel";
1010
export const GIT_REPO = "FixFX";
1111
export const GIT_SHA = "master";
1212

@@ -41,4 +41,4 @@ export const NAV_LINKS = [
4141
icon: MessageSquare,
4242
external: false
4343
}
44-
];
44+
];

0 commit comments

Comments
 (0)