Update
This commit is contained in:
@@ -174,7 +174,7 @@ const Editor = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="relative mx-auto flex min-h-[98vh] flex-col space-y-2 pt-4" style={{ width: `${responsiveWidth}px` }}>
|
||||
<div className="relative mx-auto flex min-h-[93vh] flex-col space-y-2 pt-4" style={{ width: `${responsiveWidth}px` }}>
|
||||
<EditSidebar isOpen={isEditSidebarOpen} onClose={handleEditClose} />
|
||||
<EditNavSidebar isOpen={isEditNavSidebarOpen} onClose={handleEditNavClose} />
|
||||
<TextSidebar isOpen={isTextSidebarOpen} onClose={handleTextSidebarClose} />
|
||||
@@ -192,7 +192,7 @@ const Editor = () => {
|
||||
<div className="space-y-3">
|
||||
<div>
|
||||
<div className="relative mb-3 flex justify-center">
|
||||
<img width="180" height="180" src="https://cdn.memeaigen.com/landing/dancing-potato.gif"></img>
|
||||
<img width="180" height="180" src="https://cdn.memefa.st/landing/dancing-potato.gif"></img>
|
||||
</div>
|
||||
|
||||
<div className="w-full space-y-2 text-center">
|
||||
|
||||
Reference in New Issue
Block a user