From 1e9e140f8ce453caf4b3592229fac2933e57df2b Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Fri, 22 May 2026 17:40:13 +0200 Subject: [PATCH] fix: replace icon components with NcIconSvgWrapper Signed-off-by: Christian Hartmann --- src/components/Questions/QuestionRanking.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Questions/QuestionRanking.vue b/src/components/Questions/QuestionRanking.vue index ebebbb078..1d2285486 100644 --- a/src/components/Questions/QuestionRanking.vue +++ b/src/components/Questions/QuestionRanking.vue @@ -80,14 +80,14 @@ class="ranking-item__drag-handle" variant="tertiary-no-background"> {{ t('forms', 'Move option up') }} @@ -96,7 +96,7 @@ :disabled="index === rankedOptions.length - 1" @click="onMoveDown(index)"> {{ t('forms', 'Move option down') }} @@ -108,7 +108,7 @@ :ariaLabel="t('forms', 'Remove from ranking')" @click="unrankOption(option)">