Skip to content

Commit

Permalink
fix: Wrong neoforge icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Dec 9, 2023
1 parent 2147f76 commit 3c86871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmcl-keystone-ui/src/util/extensionItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function getExtensionItemsFromRuntime(runtime: RuntimeVersions) {
}
if (runtime.neoForged) {
items.push({
avatar: 'http://launcher/icons/neoforged',
avatar: 'http://launcher/icons/neoForged',
title: 'NeoForged',
text: runtime.neoForged,
})
Expand Down

0 comments on commit 3c86871

Please sign in to comment.