From 002075096a6b56ef953a390fd26dbeb10994551e Mon Sep 17 00:00:00 2001 From: Eric Gauzens Date: Wed, 21 Aug 2024 15:19:10 -0400 Subject: [PATCH] parsing apps description as markdown --- components/PortalFeatures/PortalFeature/PortalFeature.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/PortalFeatures/PortalFeature/PortalFeature.vue b/components/PortalFeatures/PortalFeature/PortalFeature.vue index 12c0c5d7..8c86315b 100644 --- a/components/PortalFeatures/PortalFeature/PortalFeature.vue +++ b/components/PortalFeatures/PortalFeature/PortalFeature.vue @@ -13,9 +13,7 @@ class="icon" :src=iconUrl /> -
- {{ description }} -
+
{{ buttonText }} @@ -26,10 +24,13 @@