FIX - brand CityMarkt header

This commit is contained in:
smx.pusha
2026-08-06 14:35:28 +02:00
parent afbdeb086c
commit 71eea69b1e
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -340,6 +340,7 @@ const defaultLocales: LocaleTree = {
},
citymarkt: {
name: 'CityMarkt',
eyebrow: 'Los Santos marketplace',
tabs: { discover: 'Discover', search: 'Search', sell: 'Sell', inbox: 'Inbox', profile: 'Me' },
categories: {
vehicles: 'Vehicles', property: 'Property', electronics: 'Electronics', clothing: 'Clothing',
+2 -2
View File
@@ -577,8 +577,8 @@ onMounted(async () => {
<main class="citymarkt" :class="{ 'citymarkt--light': !phone.isDarkMode }">
<header v-if="screen === 'main'" class="citymarkt__header">
<div>
<span class="citymarkt__brand"><Tag :size="14" /> CityMarkt</span>
<h1>{{ phone.t(`Apps.citymarkt.tabs.${tab}`) }}</h1>
<span class="citymarkt__brand"><Tag :size="14" /> {{ phone.t('Apps.citymarkt.eyebrow') }}</span>
<h1>{{ phone.t('Apps.citymarkt.name') }}</h1>
</div>
<button
v-if="isAuthenticated"
+1 -1
View File
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sky Phone</title>
<script type="module" crossorigin src="./assets/sky-index-DmmZ5I5e.js"></script>
<script type="module" crossorigin src="./assets/sky-index-ynOXUh_A.js"></script>
<link rel="stylesheet" crossorigin href="./assets/sky-index-DMAIEjGF.css">
</head>
<body>