Skip to content

Commit bff26af

Browse files
committed
Fix vanilla instances showing as 'Vanilla Shader'
1 parent f4d0f14 commit bff26af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/app-frontend/src/components/ui/Instance.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ onUnmounted(() => unlisten())
237237
</p>
238238
<div class="flex items-center col-span-3 gap-1 text-secondary font-semibold mt-auto">
239239
<GameIcon class="shrink-0" />
240-
<span class="text-sm">
241-
{{ formatCategory(instance.loader) }} {{ instance.game_version }}
240+
<span class="text-sm capitalize">
241+
{{ instance.loader }} {{ instance.game_version }}
242242
</span>
243243
</div>
244244
</div>

0 commit comments

Comments
 (0)