Merge branch 'master' into dev

This commit is contained in:
MTG2000
2022-08-30 10:28:37 +03:00
3 changed files with 1 additions and 12 deletions

View File

@@ -1,9 +0,0 @@
## Images Uploading
- Look for onWindow drag detection
* Check the overflow on post vote btn container
* Lazy load the bounty form on create-story-page
* Make the bg behind edit/preview translate
* Fix the localStorage not clearing after saving draft

View File

@@ -1,2 +1,2 @@
REACT_APP_API_END_POINT = http://192.168.1.2:8888/dev
REACT_APP_API_END_POINT = http://localhost:8888/dev

View File

@@ -145,8 +145,6 @@ export default function LinkingAccountModal({ onClose, direction, ...props }: Mo
exit='exit'
className="modal-card max-w-[442px] p-24 rounded-xl relative"
>
<IoClose className='absolute text-body2 top-24 right-24 hover:cursor-pointer' onClick={onClose} />
<h2 className='text-h5 font-bold text-center'>Connect another wallet</h2>
<IoClose className='absolute text-body2 top-24 right-24 hover:cursor-pointer' onClick={onClose} />
<h2 className='text-h5 font-bold text-center'>Connect another wallet</h2>
{content}