diff --git a/apps/frontend/src/i18n/locales/en.ts b/apps/frontend/src/i18n/locales/en.ts index 41b8c91..134eeb6 100644 --- a/apps/frontend/src/i18n/locales/en.ts +++ b/apps/frontend/src/i18n/locales/en.ts @@ -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: { diff --git a/apps/frontend/src/i18n/locales/hu.ts b/apps/frontend/src/i18n/locales/hu.ts index 1df5e8a..c9dadc1 100644 --- a/apps/frontend/src/i18n/locales/hu.ts +++ b/apps/frontend/src/i18n/locales/hu.ts @@ -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: { diff --git a/apps/frontend/src/page/stores/StoresIndexPage.vue b/apps/frontend/src/page/stores/StoresIndexPage.vue index 234d886..5fb14df 100644 --- a/apps/frontend/src/page/stores/StoresIndexPage.vue +++ b/apps/frontend/src/page/stores/StoresIndexPage.vue @@ -118,15 +118,6 @@ - -

- {{ t('stores.engineLine') }} - {{ e.name }} -

-
{{ t('catalogShow.back') }}
@@ -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; }