Merge branch 'zustand/io/migration' into codeShortcut
This commit is contained in:
commit
db89f3b4e0
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ export default function HomePage(): JSX.Element {
|
|||
/> */}
|
||||
</BaseModal.Header>
|
||||
<BaseModal.Content>
|
||||
<div className="flex h-full w-full flex-wrap gap-3 overflow-auto p-4 custom-scroll">
|
||||
<div className=" h-full w-full grid grid-cols-3 gap-3 overflow-auto p-4 custom-scroll">
|
||||
{EXAMPLES_MOCK.map((example, idx) => {
|
||||
return <UndrawCardComponent key={idx} flow={example} />;
|
||||
})}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue