mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
fix: frontend
This commit is contained in:
@ -234,7 +234,7 @@ const VibePanel: FC = () => {
|
||||
<div className="h-full w-[300px] shrink-0 overflow-y-auto border-r border-divider-regular p-6">
|
||||
<div className="mb-5">
|
||||
<div className="text-lg font-bold leading-[28px] text-text-primary">{t('gotoAnything.actions.vibeTitle', { ns: 'app' })}</div>
|
||||
<div className="mt-1 text-[13px] font-normal text-text-tertiary">{t('gotoAnything.actions.vibeDesc', { ns: 'app' })}</div>
|
||||
<div className="mt-1 text-[13px] font-normal text-text-tertiary">{t('gotoAnything.actions.generationDesc', { ns: 'app' })}</div>
|
||||
</div>
|
||||
<div>
|
||||
<ModelParameterModal
|
||||
|
||||
Reference in New Issue
Block a user