new StoresIndexPage fix 2

This commit is contained in:
2026-08-18 21:34:27 +02:00
parent 7c0f1479b4
commit 581d3c4371
3 changed files with 0 additions and 14 deletions
-1
View File
@@ -216,7 +216,6 @@ export default {
useTitle: 'Use it',
uninstallTitle: 'Remove it',
platformsTitle: 'What gets installed',
engineLine: 'Every store here is a config file on top of an open engine — point one at your own catalog:',
copy: 'Copy',
desktop: {
-1
View File
@@ -216,7 +216,6 @@ export default {
useTitle: 'Használat',
uninstallTitle: 'Eltávolítás',
platformsTitle: 'Mi kerül fel',
engineLine: 'Minden store egy config egy nyílt motor fölött — állítsd a sajátodra:',
copy: 'Másolás',
desktop: {
@@ -118,15 +118,6 @@
</ul>
</section>
</template>
<p class="st-engine-line">
{{ t('stores.engineLine') }}
<a
v-for="e in engines" :key="e.name" :href="e.url" target="_blank" rel="noopener noreferrer"
class="st-engine-link"
>{{ e.name }}</a>
</p>
<div class="st-back">
<RouterLink to="/catalog" class="st-back-link">{{ t('catalogShow.back') }}</RouterLink>
</div>
@@ -323,9 +314,6 @@ const engines = [
.st-links-after {
@apply mt-6;
}
.st-engine-line {
@apply text-sm text-gray-500 mb-6 flex flex-wrap items-center gap-x-3 gap-y-1;
}
.st-engine-link {
@apply text-indigo-600 hover:underline font-mono text-xs;
}