fix: minor corrections

This commit is contained in:
DarkPhoenix2704
2025-05-12 05:25:47 +00:00
parent ffd27b4fbd
commit 997fe81a51
2 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ const code = computed(
<li>Add the JSON configuration thats provided after creating a token in claude_desktop_config.json</li>
</ol>
<NcButton type="secondary" class="w-44" size="small" :loading="token.loading" @click="regenerateToken(token)">
<NcButton type="secondary" class="w-39" size="small" :loading="token.loading" @click="regenerateToken(token)">
{{ $t('labels.regenerateToken') }}
</NcButton>