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 f4d0f14 commit bff26afCopy full SHA for bff26af
apps/app-frontend/src/components/ui/Instance.vue
@@ -237,8 +237,8 @@ onUnmounted(() => unlisten())
237
</p>
238
<div class="flex items-center col-span-3 gap-1 text-secondary font-semibold mt-auto">
239
<GameIcon class="shrink-0" />
240
- <span class="text-sm">
241
- {{ formatCategory(instance.loader) }} {{ instance.game_version }}
+ <span class="text-sm capitalize">
+ {{ instance.loader }} {{ instance.game_version }}
242
</span>
243
</div>
244
0 commit comments