forked from tuvn86/webapp-conversation
remove logo
This commit is contained in:
parent
b35f0effe5
commit
46547e117a
2 changed files with 2 additions and 5 deletions
|
|
@ -51,7 +51,7 @@ const Main: FC<IMainProps> = () => {
|
|||
|
||||
useEffect(() => {
|
||||
if (APP_INFO?.title)
|
||||
document.title = `${APP_INFO.title} - Powered by Dify`
|
||||
document.title = `${APP_INFO.title}`
|
||||
}, [APP_INFO?.title])
|
||||
|
||||
// onData change thought (the produce obj). https://github.com/immerjs/immer/issues/576
|
||||
|
|
|
|||
|
|
@ -380,10 +380,7 @@ const Welcome: FC<IWelcomeProps> = ({
|
|||
</div>
|
||||
: <div>
|
||||
</div>}
|
||||
<a className='flex items-center pr-3 space-x-3' href="https://dify.ai/" target="_blank">
|
||||
<span className='uppercase'>{t('app.chat.powerBy')}</span>
|
||||
<FootLogo />
|
||||
</a>
|
||||
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue