Revert "fix: sidebar and shortcut modal (#493)" (#497)

This reverts commit f615f8ac0c.
This commit is contained in:
Aaryan Khandelwal 2023-03-22 23:40:25 +05:30 committed by GitHub
parent 27b1308227
commit cd26b2e096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 22 deletions

View file

@ -57,7 +57,7 @@ export const WorkspaceHelpSection: FC<WorkspaceHelpSectionProps> = (props) => {
return (
<div
className={`flex w-full items-center justify-between self-baseline border-t bg-white px-6 py-2 ${
sidebarCollapse ? "flex-col" : ""
sidebarCollapse ? "flex-col-reverse" : ""
}`}
>
<button