diff --git a/.moon/hooks/pre-commit.sh b/.moon/hooks/pre-commit.sh index e69504f..6567ba0 100755 --- a/.moon/hooks/pre-commit.sh +++ b/.moon/hooks/pre-commit.sh @@ -6,4 +6,5 @@ set -eo pipefail moon :format-fix --affected moon :lint-fix --affected +git add -u diff --git a/.moon/workspace.yml b/.moon/workspace.yml index 8469836..3b265d3 100644 --- a/.moon/workspace.yml +++ b/.moon/workspace.yml @@ -30,5 +30,6 @@ vcs: pre-commit: - 'moon :format-fix --affected' - 'moon :lint-fix --affected' + - 'git add -u' manager: git syncHooks: true diff --git a/eslint.config.js b/eslint.config.js index 04e056f..a5d00ff 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -79,6 +79,7 @@ export default [ 'yml/sort-sequence-values': ['error', { order: { type: 'asc' }, pathPattern: '^dependsOn$' }], 'yml/no-empty-sequence-entry': ['error'], 'tailwindcss/no-custom-classname': 'off', + 'tailwindcss/classnames-order': 'off', }, }, ]; diff --git a/libs/ui-components/hero/LychenHero.vue b/libs/ui-components/hero/LychenHero.vue index c19ab23..a08c1a7 100644 --- a/libs/ui-components/hero/LychenHero.vue +++ b/libs/ui-components/hero/LychenHero.vue @@ -8,7 +8,7 @@ v-if="overlay" :class="cn('absolute top-0 left-0 size-full', overlayClass)" > -
Lychen
- by Alpsify +lychen
+{{ t(`${TRANSLATION_KEY}.footer.seo_paragraph`) }}
diff --git a/projects/website/src/layouts/main/LayoutMainNavigation.vue b/projects/website/src/layouts/main/LayoutMainNavigation.vue index 93dc119..33adb49 100644 --- a/projects/website/src/layouts/main/LayoutMainNavigation.vue +++ b/projects/website/src/layouts/main/LayoutMainNavigation.vue @@ -1,12 +1,12 @@
{{ application.title }}
-
- {{ application.description }}
+ {{ application.description }} +