Merge remote-tracking branch 'origin/main' into front-styles

This commit is contained in:
2026-04-03 13:10:05 +02:00
15 changed files with 402 additions and 380 deletions

View File

@@ -7,7 +7,7 @@
Country/Currency
</span>
<span v-if="country" class="font-medium dark:text-white text-black">
{{ country?.name }} / {{ country?.ps_currency }}
{{ country?.name || 'Country' }} / {{ country?.ps_currency || 'Currency' }}
</span>
</div>
</template>