chore: Update buttons in integrations page (#11120)

This commit is contained in:
Sivin Varghese
2025-03-20 21:15:47 +05:30
committed by GitHub
parent b2debdc912
commit 46289a6491
13 changed files with 125 additions and 93 deletions

View File

@@ -32,7 +32,7 @@ const buttonStyleClass = props.compact ? 'text-sm' : 'text-base';
:class="buttonStyleClass"
@click.capture="goBack"
>
<fluent-icon icon="chevron-left" class="-ml-1" />
<i class="i-lucide-chevron-left -ml-1 text-lg" />
{{ buttonLabel || $t('GENERAL_SETTINGS.BACK') }}
</button>
</template>