mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 02:01:40 +00:00
FIX - label Local Pages header
This commit is contained in:
@@ -204,8 +204,8 @@ onMounted(() => void loadFeed())
|
||||
<template v-if="screen === 'main'">
|
||||
<header class="pages__header">
|
||||
<div>
|
||||
<span class="pages__brand"><MapPin :size="14" /> Local Pages</span>
|
||||
<h1>{{ phone.t(`Apps.localPages.${tab === 'feed' ? 'discover' : tab}`) }}</h1>
|
||||
<span class="pages__brand"><MapPin :size="14" /> {{ phone.t('Apps.localPages.eyebrow') }}</span>
|
||||
<h1>{{ phone.t('Apps.localPages.name') }}</h1>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
@@ -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-Cgatzp7b.js"></script>
|
||||
<script type="module" crossorigin src="./assets/sky-index-Ce4Uf0Eb.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/sky-index-DMAIEjGF.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user