Commit 8d811df9 authored by Joel's avatar Joel

feat:btn

parent 57de19a5
...@@ -339,14 +339,20 @@ const TextGeneration: FC<IMainProps> = ({ ...@@ -339,14 +339,20 @@ const TextGeneration: FC<IMainProps> = ({
<div className={s.starIcon}></div> <div className={s.starIcon}></div>
<div className='text-lg text-gray-800 font-semibold'>{t('share.generation.title')}</div> <div className='text-lg text-gray-800 font-semibold'>{t('share.generation.title')}</div>
</div> </div>
{!isPC && ( <div className='flex items-center space-x-1'>
<div <Button className='h-8' >
className='flex items-center justify-center cursor-pointer' Download
onClick={hideResSidebar} </Button>
> {!isPC && (
<XMarkIcon className='w-4 h-4 text-gray-800' /> <div
</div> className='flex items-center justify-center cursor-pointer'
)} onClick={hideResSidebar}
>
<XMarkIcon className='w-4 h-4 text-gray-800' />
</div>
)}
</div>
</div> </div>
<div className='grow overflow-y-auto'> <div className='grow overflow-y-auto'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment