From 0ce3ca2fe575785ddcfadaac5be2947ccc508e30 Mon Sep 17 00:00:00 2001 From: webfussel Date: Wed, 28 May 2025 13:49:53 +0200 Subject: [PATCH] FIX: fixes for typos and Link Component in button Fixes some grammar issues and bad layouting, as well as wrong link usage --- app/assets/css/spoiler.css | 1 + app/components/Booking.vue | 6 +++--- app/components/Button.vue | 20 ++++++++++++++------ app/components/Flatrate.vue | 6 +++--- app/components/Skills.vue | 6 ++---- app/components/SkillsEasy.vue | 11 +++++++++-- nuxt.config.ts | 6 +++++- 7 files changed, 37 insertions(+), 19 deletions(-) diff --git a/app/assets/css/spoiler.css b/app/assets/css/spoiler.css index 7367c1a..d94b8de 100644 --- a/app/assets/css/spoiler.css +++ b/app/assets/css/spoiler.css @@ -5,6 +5,7 @@ & .icon { color: var(--color-orange); + flex: 0 0 1.5rem; } & summary { diff --git a/app/components/Booking.vue b/app/components/Booking.vue index 14623e3..3447646 100755 --- a/app/components/Booking.vue +++ b/app/components/Booking.vue @@ -2,7 +2,7 @@

Projekt buchen

Du hast also beschlossen, dass du meine Hilfe brauchst. Cool!

-

Manchmal brauchen wir alle einfach nur eine Kleinigkeit und will sich nicht lange binden. Das ist natürlich +

Manchmal brauchen wir alle einfach nur eine Kleinigkeit und wollen uns nicht lange binden. Das ist natürlich völlig in Ordnung und genau deshalb biete ich dir die Möglichkeit mich gezielt für kleinere Projekte zu buchen.

Hinter diesen Angeboten gibt es keinerlei Abos oder versteckte Kosten. Aus Transparenzgründen sei aber gesagt, dass sich alle Preise zzgl. 19 % Umsatzsteuer verstehen.

@@ -13,7 +13,7 @@
{{service.title}} -

{{service.smallClaim}}

+

{{service.smallClaim}}

{{service.price.pre}} {{typeof service.price.value === 'number' ? intl.format(service.price.value) : service.price.value}} @@ -93,7 +93,7 @@ const oneOff : Service[] = [ 'Für selbst gebaute Seiten', ], }, { - title: 'Projektbuchung', + title: 'Projekt', price: { pre: 'ab', value: 999, diff --git a/app/components/Button.vue b/app/components/Button.vue index 25bddc0..c8ce8b4 100755 --- a/app/components/Button.vue +++ b/app/components/Button.vue @@ -1,5 +1,5 @@ @@ -7,22 +7,30 @@