From ee767338d6db510ef15d6b8cc11f6fb9a6215a43 Mon Sep 17 00:00:00 2001 From: "Begonia, HE" <163421589+BegoniaHe@users.noreply.github.com> Date: Sun, 18 Jan 2026 20:22:40 +0100 Subject: chore: migrate repository from HsiangNianian to HydroRoll-Team - Updated repository URL in Cargo.toml - Updated GitHub API endpoint in main.rs - Updated commit links in HomeView.svelte - Updated issue template links in config.yml Reviewed-by: Claude Sonnet 4.5 --- ui/src/components/HomeView.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/src/components/HomeView.svelte') diff --git a/ui/src/components/HomeView.svelte b/ui/src/components/HomeView.svelte index 2fa8390..573d9da 100644 --- a/ui/src/components/HomeView.svelte +++ b/ui/src/components/HomeView.svelte @@ -108,7 +108,7 @@ // GitHub commit hash linking (simple version for 7-40 hex chars inside backticks) processed = processed.replace(/`([0-9a-f]{7,40})`/g, (match, hash) => { - return `${hash.substring(0, 7)}`; + return `${hash.substring(0, 7)}`; }); // Auto-link users (@user) -- cgit v1.2.3-70-g09d2