Fix: custom disclaim (#5535)

This commit is contained in:
KVOJJJin 2024-06-24 12:50:08 +08:00 committed by GitHub
parent 8294e97113
commit f220d294e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,9 +263,6 @@ const Chat: FC<ChatProps> = ({
/>
)
}
{appData && appData.site.custom_disclaimer && <div className='text-xs text-gray-500 mt-1 text-center'>
{appData.site.custom_disclaimer}
</div>}
</div>
</div>
{showPromptLogModal && (