We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6359f7 commit 0418a78Copy full SHA for 0418a78
apps/oneclient/frontend/src/routes/app/cluster/browser/package.tsx
@@ -95,6 +95,7 @@ function getPackageUrl(pkg: ManagedPackage): string {
95
case 'Modrinth': return `https://modrinth.com/project/${pkg.slug}`;
96
case 'CurseForge': return `https://www.curseforge.com/minecraft/${pkg.package_type}s/${pkg.slug}`;
97
case 'SkyClient': return ``;
98
+ case 'Local': return ``;
99
}
100
101
0 commit comments