Formatting fixes

This commit is contained in:
Natsumi
2026-01-19 09:47:11 +13:00
committed by pa
parent f3b3a3ae96
commit 29b83c5b89
15 changed files with 48 additions and 51 deletions
@@ -23,7 +23,7 @@
</TooltipWrapper>
</span>
</div>
<span class="text-xs text-gray-600">{{ localFavFakeRef.authorName }}</span>
<span class="text-xs text-muted-foreground">{{ localFavFakeRef.authorName }}</span>
</div>
</div>
<div class="favorites-search-card__actions">
@@ -15,7 +15,7 @@
:traveling="favorite.ref.travelingToLocation"
:link="false" />
</div>
<span v-else class="text-xs text-gray-600">{{ favorite.ref.statusDescription }}</span>
<span v-else class="text-xs text-muted-foreground">{{ favorite.ref.statusDescription }}</span>
</div>
</div>
<div class="favorites-search-card__actions">
@@ -29,7 +29,7 @@
class="h-4 w-4" />
</span>
</div>
<span class="text-xs text-gray-600">
<span class="text-xs text-muted-foreground">
{{ props.favorite.ref.authorName }}
<template v-if="props.favorite.ref.occupants"> ({{ props.favorite.ref.occupants }}) </template>
</span>