From 3f88315fefbb97703dab9a9defa3bd937f1f9ac9 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Wed, 10 Jun 2026 01:00:56 +0200 Subject: [PATCH] Changed order --- frontend/.gitignore | 2 ++ frontend/app/components/parts/HeaderLinks.vue | 8 ++++---- frontend/app/pages/index.vue | 14 +++++++------- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/frontend/.gitignore b/frontend/.gitignore index d7d7e54..8666307 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -22,3 +22,5 @@ logs .env .env.* !.env.production + +content/ \ No newline at end of file diff --git a/frontend/app/components/parts/HeaderLinks.vue b/frontend/app/components/parts/HeaderLinks.vue index 1856010..3e4f628 100644 --- a/frontend/app/components/parts/HeaderLinks.vue +++ b/frontend/app/components/parts/HeaderLinks.vue @@ -36,14 +36,14 @@ function getToPath(targetKey: string): string { /{{ $t('header.links.blog') }} - - - /{{ $t('header.links.contact') }} - /{{ $t('header.links.art') }} + + + /{{ $t('header.links.contact') }} + diff --git a/frontend/app/pages/index.vue b/frontend/app/pages/index.vue index f2b8c0f..068eac5 100644 --- a/frontend/app/pages/index.vue +++ b/frontend/app/pages/index.vue @@ -320,13 +320,6 @@ const sectionTargets = { -
- -

{{ t('pages.contact_heading') }}

- -
-
-

{{ t('pages.art_heading') }}

@@ -349,6 +342,13 @@ const sectionTargets = {

+ +
+ +

{{ t('pages.contact_heading') }}

+ +
+