Skip to content

Commit 0418a78

Browse files
committed
Update package.tsx
1 parent d6359f7 commit 0418a78

File tree

1 file changed

+1
-0
lines changed
  • apps/oneclient/frontend/src/routes/app/cluster/browser

1 file changed

+1
-0
lines changed

apps/oneclient/frontend/src/routes/app/cluster/browser/package.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ function getPackageUrl(pkg: ManagedPackage): string {
9595
case 'Modrinth': return `https://modrinth.com/project/${pkg.slug}`;
9696
case 'CurseForge': return `https://www.curseforge.com/minecraft/${pkg.package_type}s/${pkg.slug}`;
9797
case 'SkyClient': return ``;
98+
case 'Local': return ``;
9899
}
99100
}
100101

0 commit comments

Comments
 (0)