This commit is contained in:
Calum H. (IMB11)
2026-07-28 19:02:17 +01:00
parent 1bbee0564a
commit 9cf351e6bc
@@ -107,7 +107,11 @@ function getProjectCardTags(result: Labrinth.Search.v3.ResultSearchProject, disp
</template> </template>
<SelectedProjectsFloatingBar v-if="ctx.installContext?.value && ctx.variant !== 'web'" /> <SelectedProjectsFloatingBar v-if="ctx.installContext?.value && ctx.variant !== 'web'" />
<NavTabs v-if="ctx.showProjectTypeTabs.value" :links="ctx.selectableProjectTypes.value" /> <NavTabs
v-if="ctx.showProjectTypeTabs.value"
:links="ctx.selectableProjectTypes.value"
:replace="ctx.variant === 'app'"
/>
<StyledInput <StyledInput
v-model="ctx.query.value" v-model="ctx.query.value"