fix: refresh api-based-extension (#1464)

This commit is contained in:
zxhlyh
2023-11-06 20:29:41 +08:00
committed by GitHub
parent 279f099ba0
commit 13b64bc55a
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ const Empty = () => {
<div className='flex items-center justify-center mb-3 w-12 h-12 rounded-[10px] border border-[#EAECF5]'>
<Webhooks className='w-6 h-6 text-gray-500' />
</div>
<div className='mb-2 text-sm text-gray-600'>{t('commosn.apiBasedExtension.title')}</div>
<div className='mb-2 text-sm text-gray-600'>{t('common.apiBasedExtension.title')}</div>
<a
className='flex items-center mb-2 h-[18px] text-xs text-primary-600'
href={t('common.apiBasedExtension.linkUrl') || '/'}