From 8400b9fb112cb7810b066d6884dace4659a560df Mon Sep 17 00:00:00 2001 From: "Toine Rademacher (toineenzo)" Date: Fri, 17 Jan 2025 18:35:20 +0100 Subject: [PATCH] chore: Change icon and issue link to new repo in layout.tsx and index.tsx (#1986) --- apps/nextjs/src/app/[locale]/manage/layout.tsx | 4 ++-- packages/spotlight/src/modes/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/nextjs/src/app/[locale]/manage/layout.tsx b/apps/nextjs/src/app/[locale]/manage/layout.tsx index f6b25c2c5..db05485c1 100644 --- a/apps/nextjs/src/app/[locale]/manage/layout.tsx +++ b/apps/nextjs/src/app/[locale]/manage/layout.tsx @@ -153,7 +153,7 @@ export default async function ManageLayout({ children }: PropsWithChildren) { { label: t("items.help.items.submitIssue"), icon: IconBrandGithub, - href: "https://github.com/ajnart/homarr/issues/new/choose", + href: "https://github.com/homarr-labs/homarr/issues/new/choose", external: true, }, { @@ -165,7 +165,7 @@ export default async function ManageLayout({ children }: PropsWithChildren) { { label: t("items.help.items.sourceCode"), icon: IconGitFork, - href: "https://github.com/ajnart/homarr", + href: "https://github.com/homarr-labs/homarr", external: true, }, ], diff --git a/packages/spotlight/src/modes/index.tsx b/packages/spotlight/src/modes/index.tsx index 6571e7ac6..0371209f5 100644 --- a/packages/spotlight/src/modes/index.tsx +++ b/packages/spotlight/src/modes/index.tsx @@ -61,7 +61,7 @@ const helpMode = { { label: t("submitIssue.label"), icon: IconBrandGithub, - href: "https://github.com/ajnart/homarr/issues/new/choose", + href: "https://github.com/homarr-labs/homarr/issues/new/choose", }, { label: t("discord.label"),