From 5d4e8027962a46b6e4c0bb9905e71366efa6aeb9 Mon Sep 17 00:00:00 2001 From: Pascal Syma Date: Thu, 11 Sep 2025 22:51:23 +0200 Subject: [PATCH] Add line breaks to description --- app/components/MultilineString.vue | 26 +++++++++++++++++++ .../hunt/[huntSlug]/[questSlug]/index.vue | 18 ++++++------- app/pages/hunt/[huntSlug]/admin.vue | 3 ++- app/pages/hunt/[huntSlug]/index.vue | 11 ++++---- app/pages/index.vue | 4 +-- nuxt.config.ts | 3 +++ shared/utils/sluggy.ts | 7 ++++- 7 files changed, 53 insertions(+), 19 deletions(-) create mode 100644 app/components/MultilineString.vue diff --git a/app/components/MultilineString.vue b/app/components/MultilineString.vue new file mode 100644 index 0000000..f312b4b --- /dev/null +++ b/app/components/MultilineString.vue @@ -0,0 +1,26 @@ + + + + + diff --git a/app/pages/hunt/[huntSlug]/[questSlug]/index.vue b/app/pages/hunt/[huntSlug]/[questSlug]/index.vue index 44e5616..692f915 100644 --- a/app/pages/hunt/[huntSlug]/[questSlug]/index.vue +++ b/app/pages/hunt/[huntSlug]/[questSlug]/index.vue @@ -1,11 +1,13 @@