Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/utils/src/constants/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { HomeIcon, BookOpen, CodeIcon, FileCode2, MessageSquare } from 'lucide-r

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

export const GIT_OWNER = "ByteBrushStudios";
export const GIT_OWNER = "CodeMeAPixel";
export const GIT_REPO = "FixFX";
export const GIT_SHA = "master";

Expand Down Expand Up @@ -41,4 +41,4 @@ export const NAV_LINKS = [
icon: MessageSquare,
external: false
}
];
];
Loading