From e40e42f9b5f4d84593637e0a88861aa2378b8342 Mon Sep 17 00:00:00 2001 From: Serhii Vecherenko Date: Sun, 24 May 2026 19:26:44 -0700 Subject: [PATCH] chore(settings): update GitHub repository URL --- src/renderer/views/SettingsOverlay/parts/AboutSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/views/SettingsOverlay/parts/AboutSettings.tsx b/src/renderer/views/SettingsOverlay/parts/AboutSettings.tsx index 42105871..f440d77d 100644 --- a/src/renderer/views/SettingsOverlay/parts/AboutSettings.tsx +++ b/src/renderer/views/SettingsOverlay/parts/AboutSettings.tsx @@ -7,7 +7,7 @@ import { productNameFor } from "@/shared/channel"; import { formatBytes } from "@/shared/formatBytes"; import appIconUrl from "../../../../../build/icon.png"; -const GITHUB_REPO = "https://github.com/nicepkg/lightcode"; +const GITHUB_REPO = "https://github.com/SDSLeon/lightcode"; const WEBSITE_URL = "https://www.lightcodeapp.com/"; function AboutLink(props: { href: string; children: React.ReactNode }) {