diff options
author | Sebastian <sebasjm@gmail.com> | 2023-05-10 15:01:56 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-05-10 15:01:56 -0300 |
commit | 55a1e8c6e1ab34702525aadf18b1acce2d06e616 (patch) | |
tree | df430fee9ba715fc64c342052b43c1b66a532cd7 /packages/exchange-backoffice-ui/src/HeroSections.tsx | |
parent | f281803f1e555b8e8c1e76612b1f6b7128033cd6 (diff) |
fix form
Diffstat (limited to 'packages/exchange-backoffice-ui/src/HeroSections.tsx')
-rw-r--r-- | packages/exchange-backoffice-ui/src/HeroSections.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/exchange-backoffice-ui/src/HeroSections.tsx b/packages/exchange-backoffice-ui/src/HeroSections.tsx index d7890b2b9..bdfaa49d4 100644 --- a/packages/exchange-backoffice-ui/src/HeroSections.tsx +++ b/packages/exchange-backoffice-ui/src/HeroSections.tsx @@ -59,6 +59,7 @@ export function HeroSections() { </nav> <Dialog as="div" + /* @ts-ignore */ class="lg:hidden" open={mobileMenuOpen} onClose={setMobileMenuOpen} |