mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-22 07:44:27 +01:00
Merge branch 'master' into dev
This commit is contained in:
9
TODO.md
9
TODO.md
@@ -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
|
||||
@@ -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
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user