From ba141db20984df5216220c4800541c9abb26b63a Mon Sep 17 00:00:00 2001 From: Brendan Lawton Date: Thu, 27 Jun 2024 12:18:35 +0200 Subject: [PATCH] fixed bolding issue for site description --- sounding-board/src/views/SoundingBoard.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sounding-board/src/views/SoundingBoard.vue b/sounding-board/src/views/SoundingBoard.vue index 22791b0..28dfab5 100644 --- a/sounding-board/src/views/SoundingBoard.vue +++ b/sounding-board/src/views/SoundingBoard.vue @@ -4,9 +4,7 @@ top-nav-bar .heading - //- .sounding-board-description(v-if="yaml.description" v-html="yaml.description") - .sounding-board-description(v-if="yaml.description" v-html="'' + yaml.description.slice(0,132) + '' + yaml.description.slice(132,600)") - + .sounding-board-description(v-if="yaml.description" v-html="yaml.description") .header-description .header-description-subtitle(v-for="item in yaml.descriptionOutput")